#B00DC0

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

Shades of Deep Magenta #B00DC0

Tints of Deep Magenta #B00DC0

Color information

#B00DC0 (or 0xB00DC0) is unknown color: approx Deep Magenta. HEX triplet: B0, 0D and C0. RGB value is (176,13,192). Sum of RGB (Red+Green+Blue) = 176+13+192=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #B00DC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DC0 is #4FF23F. Grayscale: #515151. Windows color (decimal): -5239360 or 12586416. OLE color: 12586416.

HSL color Cylindrical-coordinate representation of color #B00DC0: hue angle of 294.64º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00DC0 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17613192-
CMYK0.080.9300.25
HSL294.64º87.32%40.2%-
HSV(B)294.64º93.23%75.29%-
XYZ27.5613.3250.99-
YUV82.14190194.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 13 (5.47% from 255) = 3.41%
BLUE value IS 192 (75.39% from 255) = 50.39%
R=46.19%
G=3.41%
B=50.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176131920.080.9300.25294.6487.3240.2
HexB0DC085D0191275728
Octal260153001013503144712750
Binary10110000110111000000100010111010110011001001111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00DC0; }

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

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

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

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

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

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

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

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