Shades of Deep Magenta #B80CCB
Tints of Deep Magenta #B80CCB
RGB
CMYK
RGB Variations
Color information
#B80CCB (or 0xB80CCB) is known color: Deep Magenta. HEX triplet: B8, 0C and CB. RGB value is (184,12,203). Sum of RGB (Red+Green+Blue) = 184+12+203=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #B80CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CCB is #47F334. Grayscale: #545454. Windows color (decimal): -4715317 or 13307064. OLE color: 13307064.
HSL color Cylindrical-coordinate representation of color #B80CCB: hue angle of 294.03º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80CCB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 12 | 203 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.20 |
| HSL | 294.03º | 0.89% | 0.42% | - |
| HSV(B) | 294.03º | 0.94% | 0.8% | - |
| XYZ | 30.68 | 14.77 | 57.73 | - |
| YUV | 85.2 | 194.48 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 203 | 0.09 | 0.94 | 0 | 0.20 | 294.03 | 0.89 | 0.42 |
| Hex | B8 | C | CB | 9 | 5E | 0 | 14 | 126 | 59 | 2A |
| Octal | 270 | 14 | 313 | 11 | 136 | 0 | 24 | 446 | 131 | 52 |
| Binary | 10111000 | 1100 | 11001011 | 1001 | 1011110 | 0 | 10100 | 100100110 | 1011001 | 101010 |
Color Harmonies of #B80CCB
Complementary color
Monochromatic Colors of #B80CCB
Black with #B80CCB
Text Example
Text Example
White with #B80CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CCB; }
p { color: rgb(184,12,203); }
H1.HeaderClassName
{
color: #B80CCB;
}
.AnyTagClassName
{
color: #B80CCB;
}
</style>
background-color css
<style>
a { background-color: #B80CCB; }
a { background-color: rgb(184,12,203); }
div.DivClassName
{
background-color: #B80CCB;
}
.BgClassName
{
background-color: #B80CCB;
}
</style>
border-color css
<style>
span { border-color: #B80CCB; }
span { border-color: rgb(184,12,203); }
td.TdClassName
{
border-color: #B80CCB;
}
.TagClassName
{
border-color: #B80CCB;
}
</style>