Shades of Deep Magenta #B80ECB
Tints of Deep Magenta #B80ECB
RGB
CMYK
RGB Variations
Color information
#B80ECB (or 0xB80ECB) is known color: Deep Magenta. HEX triplet: B8, 0E and CB. RGB value is (184,14,203). Sum of RGB (Red+Green+Blue) = 184+14+203=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #B80ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80ECB is #47F134. Grayscale: #555555. Windows color (decimal): -4714805 or 13307576. OLE color: 13307576.
HSL color Cylindrical-coordinate representation of color #B80ECB: hue angle of 293.97º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80ECB is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 14 | 203 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.20 |
| HSL | 293.97º | 0.87% | 0.43% | - |
| HSV(B) | 293.97º | 0.93% | 0.8% | - |
| XYZ | 30.7 | 14.82 | 57.74 | - |
| YUV | 86.38 | 193.82 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 203 | 0.09 | 0.93 | 0 | 0.20 | 293.97 | 0.87 | 0.43 |
| Hex | B8 | E | CB | 9 | 5D | 0 | 14 | 126 | 57 | 2B |
| Octal | 270 | 16 | 313 | 11 | 135 | 0 | 24 | 446 | 127 | 53 |
| Binary | 10111000 | 1110 | 11001011 | 1001 | 1011101 | 0 | 10100 | 100100110 | 1010111 | 101011 |
Color Harmonies of #B80ECB
Complementary color
Monochromatic Colors of #B80ECB
Black with #B80ECB
Text Example
Text Example
White with #B80ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80ECB; }
p { color: rgb(184,14,203); }
H1.HeaderClassName
{
color: #B80ECB;
}
.AnyTagClassName
{
color: #B80ECB;
}
</style>
background-color css
<style>
a { background-color: #B80ECB; }
a { background-color: rgb(184,14,203); }
div.DivClassName
{
background-color: #B80ECB;
}
.BgClassName
{
background-color: #B80ECB;
}
</style>
border-color css
<style>
span { border-color: #B80ECB; }
span { border-color: rgb(184,14,203); }
td.TdClassName
{
border-color: #B80ECB;
}
.TagClassName
{
border-color: #B80ECB;
}
</style>