#B00DC9

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

Shades of Deep Magenta #B00DC9

Tints of Deep Magenta #B00DC9

Color information

#B00DC9 (or 0xB00DC9) is unknown color: approx Deep Magenta. HEX triplet: B0, 0D and C9. RGB value is (176,13,201). Sum of RGB (Red+Green+Blue) = 176+13+201=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #B00DC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DC9 is #4FF236. Grayscale: #525252. Windows color (decimal): -5239351 or 13176240. OLE color: 13176240.

HSL color Cylindrical-coordinate representation of color #B00DC9: hue angle of 292.02º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00DC9 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17613201-
CMYK0.120.9400.21
HSL292.02º87.85%41.96%-
HSV(B)292.02º93.53%78.82%-
XYZ28.5913.7456.4-
YUV83.17194.5194.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 13 (5.47% from 255) = 3.33%
BLUE value IS 201 (78.91% from 255) = 51.54%
R=45.13%
G=3.33%
B=51.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176132010.120.9400.21292.0287.8541.96
HexB0DC9C5E015124582a
Octal260153111413602544413052
Binary10110000110111001001110010111100101011001001001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00DC9; }

 p { color: rgb(176,13,201); }

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

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

 a { background-color: rgb(176,13,201); }

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

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

 span { border-color: rgb(176,13,201); }

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