#B00EA9

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

Shades of Deep Magenta #B00EA9

Tints of Deep Magenta #B00EA9

Color information

#B00EA9 (or 0xB00EA9) is unknown color: approx Deep Magenta. HEX triplet: B0, 0E and A9. RGB value is (176,14,169). Sum of RGB (Red+Green+Blue) = 176+14+169=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 169 (66.41% from 255 or 47.08% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B00EA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00EA9 is #4FF156. Grayscale: #4F4F4F. Windows color (decimal): -5239127 or 11079344. OLE color: 11079344.

HSL color Cylindrical-coordinate representation of color #B00EA9: hue angle of 302.59º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00EA9 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB17614169-
CMYK00.920.040.31
HSL302.59º85.26%37.25%-
HSV(B)302.59º92.05%69.02%-
XYZ25.2212.4138.6-
YUV80.11178.17196.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 14 (5.86% from 255) = 3.90%
BLUE value IS 169 (66.41% from 255) = 47.08%
R=49.03%
G=3.90%
B=47.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761416900.920.040.31302.5985.2637.25
HexB0EA905C41F12f5525
Octal26016251013443745712545
Binary1011000011101010100101011100100111111001011111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00EA9; }

 p { color: rgb(176,14,169); }

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

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

 a { background-color: rgb(176,14,169); }

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

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

 span { border-color: rgb(176,14,169); }

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