Shades of Deep Magenta #B80CCC
Tints of Deep Magenta #B80CCC
RGB
CMYK
RGB Variations
Color information
#B80CCC (or 0xB80CCC) is known color: Deep Magenta. HEX triplet: B8, 0C and CC. RGB value is (184,12,204). Sum of RGB (Red+Green+Blue) = 184+12+204=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #B80CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CCC is #47F333. Grayscale: #545454. Windows color (decimal): -4715316 or 13372600. OLE color: 13372600.
HSL color Cylindrical-coordinate representation of color #B80CCC: hue angle of 293.75º 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 #B80CCC is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 12 | 204 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.2 |
| HSL | 293.75º | 0.89% | 0.42% | - |
| HSV(B) | 293.75º | 0.94% | 0.8% | - |
| XYZ | 30.8 | 14.81 | 58.36 | - |
| YUV | 85.32 | 194.98 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 204 | 0.10 | 0.94 | 0 | 0.2 | 293.75 | 0.89 | 0.42 |
| Hex | B8 | C | CC | A | 5E | 0 | 14 | 126 | 59 | 2A |
| Octal | 270 | 14 | 314 | 12 | 136 | 0 | 24 | 446 | 131 | 52 |
| Binary | 10111000 | 1100 | 11001100 | 1010 | 1011110 | 0 | 10100 | 100100110 | 1011001 | 101010 |
Color Harmonies of #B80CCC
Complementary color
Monochromatic Colors of #B80CCC
Black with #B80CCC
Text Example
Text Example
White with #B80CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CCC; }
p { color: rgb(184,12,204); }
H1.HeaderClassName
{
color: #B80CCC;
}
.AnyTagClassName
{
color: #B80CCC;
}
</style>
background-color css
<style>
a { background-color: #B80CCC; }
a { background-color: rgb(184,12,204); }
div.DivClassName
{
background-color: #B80CCC;
}
.BgClassName
{
background-color: #B80CCC;
}
</style>
border-color css
<style>
span { border-color: #B80CCC; }
span { border-color: rgb(184,12,204); }
td.TdClassName
{
border-color: #B80CCC;
}
.TagClassName
{
border-color: #B80CCC;
}
</style>