#B80DC0

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

Shades of Deep Magenta #B80DC0

Tints of Deep Magenta #B80DC0

Color information

#B80DC0 (or 0xB80DC0) is unknown color: approx Deep Magenta. HEX triplet: B8, 0D and C0. RGB value is (184,13,192). Sum of RGB (Red+Green+Blue) = 184+13+192=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #B80DC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DC0 is #47F23F. Grayscale: #535353. Windows color (decimal): -4715072 or 12586424. OLE color: 12586424.

HSL color Cylindrical-coordinate representation of color #B80DC0: hue angle of 297.32º 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 #B80DC0 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18413192-
CMYK0.040.9300.25
HSL297.32º87.32%40.2%-
HSV(B)297.32º93.23%75.29%-
XYZ29.4314.2851.08-
YUV84.54188.65198.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.30%
GREEN value IS 13 (5.47% from 255) = 3.34%
BLUE value IS 192 (75.39% from 255) = 49.36%
R=47.30%
G=3.34%
B=49.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184131920.040.9300.25297.3287.3240.2
HexB8DC045D0191295728
Octal27015300413503145112750
Binary1011100011011100000010010111010110011001010011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80DC0; }

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

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

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

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

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

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

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

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