Shades of Deep Magenta #BB00C0
Tints of Deep Magenta #BB00C0
RGB
CMYK
RGB Variations
Color information
#BB00C0 (or 0xBB00C0) is known color: Deep Magenta. HEX triplet: BB, 00 and C0. RGB value is (187,0,192). Sum of RGB (Red+Green+Blue) = 187+0+192=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB00C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00C0 is #44FF3F. Grayscale: #4D4D4D. Windows color (decimal): -4521792 or 12583099. OLE color: 12583099.
HSL color Cylindrical-coordinate representation of color #BB00C0: hue angle of 298.44º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB00C0 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 0 | 192 | - |
| CMYK | 0.03 | 1 | 0 | 0.25 |
| HSL | 298.44º | 1% | 0.38% | - |
| HSV(B) | 298.44º | 1% | 0.75% | - |
| XYZ | 30.01 | 14.37 | 51.06 | - |
| YUV | 77.8 | 192.45 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 192 | 0.03 | 1 | 0 | 0.25 | 298.44 | 1 | 0.38 |
| Hex | BB | 0 | C0 | 3 | 64 | 0 | 19 | 12A | 64 | 26 |
| Octal | 273 | 0 | 300 | 3 | 144 | 0 | 31 | 452 | 144 | 46 |
| Binary | 10111011 | 0 | 11000000 | 11 | 1100100 | 0 | 11001 | 100101010 | 1100100 | 100110 |
Color Harmonies of #BB00C0
Complementary color
Monochromatic Colors of #BB00C0
Black with #BB00C0
Text Example
Text Example
White with #BB00C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB00C0; }
p { color: rgb(187,0,192); }
H1.HeaderClassName
{
color: #BB00C0;
}
.AnyTagClassName
{
color: #BB00C0;
}
</style>
background-color css
<style>
a { background-color: #BB00C0; }
a { background-color: rgb(187,0,192); }
div.DivClassName
{
background-color: #BB00C0;
}
.BgClassName
{
background-color: #BB00C0;
}
</style>
border-color css
<style>
span { border-color: #BB00C0; }
span { border-color: rgb(187,0,192); }
td.TdClassName
{
border-color: #BB00C0;
}
.TagClassName
{
border-color: #BB00C0;
}
</style>