Shades of Deep Magenta #BB0CCB
Tints of Deep Magenta #BB0CCB
RGB
CMYK
RGB Variations
Color information
#BB0CCB (or 0xBB0CCB) is known color: Deep Magenta. HEX triplet: BB, 0C and CB. RGB value is (187,12,203). Sum of RGB (Red+Green+Blue) = 187+12+203=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB0CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0CCB is #44F334. Grayscale: #555555. Windows color (decimal): -4518709 or 13307067. OLE color: 13307067.
HSL color Cylindrical-coordinate representation of color #BB0CCB: hue angle of 294.97º 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 #BB0CCB is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 12 | 203 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.20 |
| HSL | 294.97º | 0.89% | 0.42% | - |
| HSV(B) | 294.97º | 0.94% | 0.8% | - |
| XYZ | 31.4 | 15.14 | 57.77 | - |
| YUV | 86.1 | 193.98 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 203 | 0.08 | 0.94 | 0 | 0.20 | 294.97 | 0.89 | 0.42 |
| Hex | BB | C | CB | 8 | 5E | 0 | 14 | 127 | 59 | 2A |
| Octal | 273 | 14 | 313 | 10 | 136 | 0 | 24 | 447 | 131 | 52 |
| Binary | 10111011 | 1100 | 11001011 | 1000 | 1011110 | 0 | 10100 | 100100111 | 1011001 | 101010 |
Color Harmonies of #BB0CCB
Complementary color
Monochromatic Colors of #BB0CCB
Black with #BB0CCB
Text Example
Text Example
White with #BB0CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CCB; }
p { color: rgb(187,12,203); }
H1.HeaderClassName
{
color: #BB0CCB;
}
.AnyTagClassName
{
color: #BB0CCB;
}
</style>
background-color css
<style>
a { background-color: #BB0CCB; }
a { background-color: rgb(187,12,203); }
div.DivClassName
{
background-color: #BB0CCB;
}
.BgClassName
{
background-color: #BB0CCB;
}
</style>
border-color css
<style>
span { border-color: #BB0CCB; }
span { border-color: rgb(187,12,203); }
td.TdClassName
{
border-color: #BB0CCB;
}
.TagClassName
{
border-color: #BB0CCB;
}
</style>