#B904AA

Color #B904AA Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B904AA

Tints of Deep Magenta #B904AA

Color information

#B904AA (or 0xB904AA) is unknown color: approx Deep Magenta. HEX triplet: B9, 04 and AA. RGB value is (185,4,170). Sum of RGB (Red+Green+Blue) = 185+4+170=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B904AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B904AA is #46FB55. Grayscale: #4C4C4C. Windows color (decimal): -4651862 or 11142329. OLE color: 11142329.

HSL color Cylindrical-coordinate representation of color #B904AA: hue angle of 304.97º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B904AA is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB1854170-
CMYK00.980.080.27
HSL304.97º95.77%37.06%-
HSV(B)304.97º97.84%72.55%-
XYZ27.3113.339.16-
YUV77.04180.47205-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 4 (1.95% from 255) = 1.11%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=51.53%
G=1.11%
B=47.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185417000.980.080.27304.9795.7737.06
HexB94AA06281B1316025
Octal27142520142103346114045
Binary1011100110010101010011000101000110111001100011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B904AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B904AA; }

 p { color: rgb(185,4,170); }

 H1.HeaderClassName
 {
   color: #B904AA;
 }
 .AnyTagClassName
 {
   color: #B904AA;
 }
</style>
background-color css

<style>
 a { background-color: #B904AA; }

 a { background-color: rgb(185,4,170); }

 div.DivClassName
 {
   background-color: #B904AA;
 }
 .BgClassName
 {
   background-color: #B904AA;
 }
</style>
border-color css

<style>
 span { border-color: #B904AA; }

 span { border-color: rgb(185,4,170); }

 td.TdClassName
 {
   border-color: #B904AA;
 }
 .TagClassName
 {
   border-color: #B904AA;
 }
</style>