#B00DB6

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

Shades of Deep Magenta #B00DB6

Tints of Deep Magenta #B00DB6

Color information

#B00DB6 (or 0xB00DB6) is unknown color: approx Deep Magenta. HEX triplet: B0, 0D and B6. RGB value is (176,13,182). Sum of RGB (Red+Green+Blue) = 176+13+182=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #B00DB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DB6 is #4FF249. Grayscale: #505050. Windows color (decimal): -5239370 or 11931056. OLE color: 11931056.

HSL color Cylindrical-coordinate representation of color #B00DB6: hue angle of 297.87º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00DB6 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17613182-
CMYK0.030.9300.29
HSL297.87º86.67%38.24%-
HSV(B)297.87º92.86%71.37%-
XYZ26.4912.945.35-
YUV81185195.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 13 (5.47% from 255) = 3.50%
BLUE value IS 182 (71.48% from 255) = 49.06%
R=47.44%
G=3.50%
B=49.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176131820.030.9300.29297.8786.6738.24
HexB0DB635D01D12a5726
Octal26015266313503545212746
Binary101100001101101101101110111010111011001010101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00DB6; }

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

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

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

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

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

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

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

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