#B00EA7

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

Shades of Deep Magenta #B00EA7

Tints of Deep Magenta #B00EA7

Color information

#B00EA7 (or 0xB00EA7) is unknown color: approx Deep Magenta. HEX triplet: B0, 0E and A7. RGB value is (176,14,167). Sum of RGB (Red+Green+Blue) = 176+14+167=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 167 (65.62% from 255 or 46.78% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B00EA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00EA7 is #4FF158. Grayscale: #4F4F4F. Windows color (decimal): -5239129 or 10948272. OLE color: 10948272.

HSL color Cylindrical-coordinate representation of color #B00EA7: hue angle of 303.33º 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 #B00EA7 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17614167-
CMYK00.920.050.31
HSL303.33º85.26%37.25%-
HSV(B)303.33º92.05%69.02%-
XYZ25.0412.3337.62-
YUV79.88177.17196.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.30%
GREEN value IS 14 (5.86% from 255) = 3.92%
BLUE value IS 167 (65.62% from 255) = 46.78%
R=49.30%
G=3.92%
B=46.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761416700.920.050.31303.3385.2637.25
HexB0EA705C51F12f5525
Octal26016247013453745712545
Binary1011000011101010011101011100101111111001011111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00EA7; }

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

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

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

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

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

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

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

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