Shades of Deep Magenta #BB00CC
Tints of Deep Magenta #BB00CC
RGB
CMYK
RGB Variations
Color information
#BB00CC (or 0xBB00CC) is known color: Deep Magenta. HEX triplet: BB, 00 and CC. RGB value is (187,0,204). Sum of RGB (Red+Green+Blue) = 187+0+204=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB00CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00CC is #44FF33. Grayscale: #4E4E4E. Windows color (decimal): -4521780 or 13369531. OLE color: 13369531.
HSL color Cylindrical-coordinate representation of color #BB00CC: hue angle of 295º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB00CC is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 0 | 204 | - |
| CMYK | 0.08 | 1 | 0 | 0.2 |
| HSL | 295º | 1% | 0.4% | - |
| HSV(B) | 295º | 1% | 0.8% | - |
| XYZ | 31.39 | 14.92 | 58.35 | - |
| YUV | 79.17 | 198.45 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 204 | 0.08 | 1 | 0 | 0.2 | 295 | 1 | 0.4 |
| Hex | BB | 0 | CC | 8 | 64 | 0 | 14 | 127 | 64 | 28 |
| Octal | 273 | 0 | 314 | 10 | 144 | 0 | 24 | 447 | 144 | 50 |
| Binary | 10111011 | 0 | 11001100 | 1000 | 1100100 | 0 | 10100 | 100100111 | 1100100 | 101000 |
Color Harmonies of #BB00CC
Complementary color
Monochromatic Colors of #BB00CC
Black with #BB00CC
Text Example
Text Example
White with #BB00CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB00CC; }
p { color: rgb(187,0,204); }
H1.HeaderClassName
{
color: #BB00CC;
}
.AnyTagClassName
{
color: #BB00CC;
}
</style>
background-color css
<style>
a { background-color: #BB00CC; }
a { background-color: rgb(187,0,204); }
div.DivClassName
{
background-color: #BB00CC;
}
.BgClassName
{
background-color: #BB00CC;
}
</style>
border-color css
<style>
span { border-color: #BB00CC; }
span { border-color: rgb(187,0,204); }
td.TdClassName
{
border-color: #BB00CC;
}
.TagClassName
{
border-color: #BB00CC;
}
</style>