Shades of Deep Magenta #BB0CCC
Tints of Deep Magenta #BB0CCC
RGB
CMYK
RGB Variations
Color information
#BB0CCC (or 0xBB0CCC) is known color: Deep Magenta. HEX triplet: BB, 0C and CC. RGB value is (187,12,204). Sum of RGB (Red+Green+Blue) = 187+12+204=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB0CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0CCC is #44F333. Grayscale: #555555. Windows color (decimal): -4518708 or 13372603. OLE color: 13372603.
HSL color Cylindrical-coordinate representation of color #BB0CCC: hue angle of 294.69º 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 #BB0CCC is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 12 | 204 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.2 |
| HSL | 294.69º | 0.89% | 0.42% | - |
| HSV(B) | 294.69º | 0.94% | 0.8% | - |
| XYZ | 31.52 | 15.19 | 58.4 | - |
| YUV | 86.21 | 194.48 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 204 | 0.08 | 0.94 | 0 | 0.2 | 294.69 | 0.89 | 0.42 |
| Hex | BB | C | CC | 8 | 5E | 0 | 14 | 127 | 59 | 2A |
| Octal | 273 | 14 | 314 | 10 | 136 | 0 | 24 | 447 | 131 | 52 |
| Binary | 10111011 | 1100 | 11001100 | 1000 | 1011110 | 0 | 10100 | 100100111 | 1011001 | 101010 |
Color Harmonies of #BB0CCC
Complementary color
Monochromatic Colors of #BB0CCC
Black with #BB0CCC
Text Example
Text Example
White with #BB0CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CCC; }
p { color: rgb(187,12,204); }
H1.HeaderClassName
{
color: #BB0CCC;
}
.AnyTagClassName
{
color: #BB0CCC;
}
</style>
background-color css
<style>
a { background-color: #BB0CCC; }
a { background-color: rgb(187,12,204); }
div.DivClassName
{
background-color: #BB0CCC;
}
.BgClassName
{
background-color: #BB0CCC;
}
</style>
border-color css
<style>
span { border-color: #BB0CCC; }
span { border-color: rgb(187,12,204); }
td.TdClassName
{
border-color: #BB0CCC;
}
.TagClassName
{
border-color: #BB0CCC;
}
</style>