Shades of Deep Magenta #BB0CCA
Tints of Deep Magenta #BB0CCA
RGB
CMYK
RGB Variations
Color information
#BB0CCA (or 0xBB0CCA) is known color: Deep Magenta. HEX triplet: BB, 0C and CA. RGB value is (187,12,202). Sum of RGB (Red+Green+Blue) = 187+12+202=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB0CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0CCA is #44F335. Grayscale: #555555. Windows color (decimal): -4518710 or 13241531. OLE color: 13241531.
HSL color Cylindrical-coordinate representation of color #BB0CCA: hue angle of 295.26º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0CCA is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 12 | 202 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.21 |
| HSL | 295.26º | 0.89% | 0.42% | - |
| HSV(B) | 295.26º | 0.94% | 0.79% | - |
| XYZ | 31.29 | 15.09 | 57.14 | - |
| YUV | 85.99 | 193.48 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 202 | 0.07 | 0.94 | 0 | 0.21 | 295.26 | 0.89 | 0.42 |
| Hex | BB | C | CA | 7 | 5E | 0 | 15 | 127 | 59 | 2A |
| Octal | 273 | 14 | 312 | 7 | 136 | 0 | 25 | 447 | 131 | 52 |
| Binary | 10111011 | 1100 | 11001010 | 111 | 1011110 | 0 | 10101 | 100100111 | 1011001 | 101010 |
Color Harmonies of #BB0CCA
Complementary color
Monochromatic Colors of #BB0CCA
Black with #BB0CCA
Text Example
Text Example
White with #BB0CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CCA; }
p { color: rgb(187,12,202); }
H1.HeaderClassName
{
color: #BB0CCA;
}
.AnyTagClassName
{
color: #BB0CCA;
}
</style>
background-color css
<style>
a { background-color: #BB0CCA; }
a { background-color: rgb(187,12,202); }
div.DivClassName
{
background-color: #BB0CCA;
}
.BgClassName
{
background-color: #BB0CCA;
}
</style>
border-color css
<style>
span { border-color: #BB0CCA; }
span { border-color: rgb(187,12,202); }
td.TdClassName
{
border-color: #BB0CCA;
}
.TagClassName
{
border-color: #BB0CCA;
}
</style>