Shades of Deep Magenta #B80CCE
Tints of Deep Magenta #B80CCE
RGB
CMYK
RGB Variations
Color information
#B80CCE (or 0xB80CCE) is known color: Deep Magenta. HEX triplet: B8, 0C and CE. RGB value is (184,12,206). Sum of RGB (Red+Green+Blue) = 184+12+206=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #B80CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CCE is #47F331. Grayscale: #545454. Windows color (decimal): -4715314 or 13503672. OLE color: 13503672.
HSL color Cylindrical-coordinate representation of color #B80CCE: hue angle of 293.2º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80CCE is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 12 | 206 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.19 |
| HSL | 293.2º | 0.89% | 0.43% | - |
| HSV(B) | 293.2º | 0.94% | 0.81% | - |
| XYZ | 31.04 | 14.91 | 59.63 | - |
| YUV | 85.54 | 195.98 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 206 | 0.11 | 0.94 | 0 | 0.19 | 293.2 | 0.89 | 0.43 |
| Hex | B8 | C | CE | B | 5E | 0 | 13 | 125 | 59 | 2B |
| Octal | 270 | 14 | 316 | 13 | 136 | 0 | 23 | 445 | 131 | 53 |
| Binary | 10111000 | 1100 | 11001110 | 1011 | 1011110 | 0 | 10011 | 100100101 | 1011001 | 101011 |
Color Harmonies of #B80CCE
Complementary color
Monochromatic Colors of #B80CCE
Black with #B80CCE
Text Example
Text Example
White with #B80CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CCE; }
p { color: rgb(184,12,206); }
H1.HeaderClassName
{
color: #B80CCE;
}
.AnyTagClassName
{
color: #B80CCE;
}
</style>
background-color css
<style>
a { background-color: #B80CCE; }
a { background-color: rgb(184,12,206); }
div.DivClassName
{
background-color: #B80CCE;
}
.BgClassName
{
background-color: #B80CCE;
}
</style>
border-color css
<style>
span { border-color: #B80CCE; }
span { border-color: rgb(184,12,206); }
td.TdClassName
{
border-color: #B80CCE;
}
.TagClassName
{
border-color: #B80CCE;
}
</style>