Shades of Deep Magenta #B80CBC
Tints of Deep Magenta #B80CBC
RGB
CMYK
RGB Variations
Color information
#B80CBC (or 0xB80CBC) is known color: Deep Magenta. HEX triplet: B8, 0C and BC. RGB value is (184,12,188). Sum of RGB (Red+Green+Blue) = 184+12+188=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #B80CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CBC is #47F343. Grayscale: #525252. Windows color (decimal): -4715332 or 12324024. OLE color: 12324024.
HSL color Cylindrical-coordinate representation of color #B80CBC: hue angle of 298.64º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80CBC is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 12 | 188 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.26 |
| HSL | 298.64º | 0.88% | 0.39% | - |
| HSV(B) | 298.64º | 0.94% | 0.74% | - |
| XYZ | 28.98 | 14.08 | 48.77 | - |
| YUV | 83.49 | 186.98 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 188 | 0.02 | 0.94 | 0 | 0.26 | 298.64 | 0.88 | 0.39 |
| Hex | B8 | C | BC | 2 | 5E | 0 | 1A | 12B | 58 | 27 |
| Octal | 270 | 14 | 274 | 2 | 136 | 0 | 32 | 453 | 130 | 47 |
| Binary | 10111000 | 1100 | 10111100 | 10 | 1011110 | 0 | 11010 | 100101011 | 1011000 | 100111 |
Color Harmonies of #B80CBC
Complementary color
Monochromatic Colors of #B80CBC
Black with #B80CBC
Text Example
Text Example
White with #B80CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CBC; }
p { color: rgb(184,12,188); }
H1.HeaderClassName
{
color: #B80CBC;
}
.AnyTagClassName
{
color: #B80CBC;
}
</style>
background-color css
<style>
a { background-color: #B80CBC; }
a { background-color: rgb(184,12,188); }
div.DivClassName
{
background-color: #B80CBC;
}
.BgClassName
{
background-color: #B80CBC;
}
</style>
border-color css
<style>
span { border-color: #B80CBC; }
span { border-color: rgb(184,12,188); }
td.TdClassName
{
border-color: #B80CBC;
}
.TagClassName
{
border-color: #B80CBC;
}
</style>