#B904A9

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

Shades of Deep Magenta #B904A9

Tints of Deep Magenta #B904A9

Color information

#B904A9 (or 0xB904A9) is unknown color: approx Deep Magenta. HEX triplet: B9, 04 and A9. RGB value is (185,4,169). Sum of RGB (Red+Green+Blue) = 185+4+169=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B904A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B904A9 is #46FB56. Grayscale: #4C4C4C. Windows color (decimal): -4651863 or 11076793. OLE color: 11076793.

HSL color Cylindrical-coordinate representation of color #B904A9: hue angle of 305.3º 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 #B904A9 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB1854169-
CMYK00.980.090.27
HSL305.3º95.77%37.06%-
HSV(B)305.3º97.84%72.55%-
XYZ27.2113.2738.66-
YUV76.93179.97205.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.68%
GREEN value IS 4 (1.95% from 255) = 1.12%
BLUE value IS 169 (66.41% from 255) = 47.21%
R=51.68%
G=1.12%
B=47.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185416900.980.090.27305.395.7737.06
HexB94A906291B1316025
Octal27142510142113346114045
Binary1011100110010101001011000101001110111001100011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B904A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B904A9; }

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

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

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

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

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

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

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

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