Shades of Deep Magenta #BB0BC7
Tints of Deep Magenta #BB0BC7
RGB
CMYK
RGB Variations
Color information
#BB0BC7 (or 0xBB0BC7) is known color: Deep Magenta. HEX triplet: BB, 0B and C7. RGB value is (187,11,199). Sum of RGB (Red+Green+Blue) = 187+11+199=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 199 (78.12% from 255 or 50.13% from 397); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB0BC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BC7 is #44F438. Grayscale: #545454. Windows color (decimal): -4518969 or 13044667. OLE color: 13044667.
HSL color Cylindrical-coordinate representation of color #BB0BC7: hue angle of 296.17º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0BC7 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 11 | 199 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.22 |
| HSL | 296.17º | 0.9% | 0.41% | - |
| HSV(B) | 296.17º | 0.94% | 0.78% | - |
| XYZ | 30.92 | 14.93 | 55.28 | - |
| YUV | 85.06 | 192.31 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 199 | 0.06 | 0.94 | 0 | 0.22 | 296.17 | 0.9 | 0.41 |
| Hex | BB | B | C7 | 6 | 5E | 0 | 16 | 128 | 5A | 29 |
| Octal | 273 | 13 | 307 | 6 | 136 | 0 | 26 | 450 | 132 | 51 |
| Binary | 10111011 | 1011 | 11000111 | 110 | 1011110 | 0 | 10110 | 100101000 | 1011010 | 101001 |
Color Harmonies of #BB0BC7
Complementary color
Monochromatic Colors of #BB0BC7
Black with #BB0BC7
Text Example
Text Example
White with #BB0BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BC7; }
p { color: rgb(187,11,199); }
H1.HeaderClassName
{
color: #BB0BC7;
}
.AnyTagClassName
{
color: #BB0BC7;
}
</style>
background-color css
<style>
a { background-color: #BB0BC7; }
a { background-color: rgb(187,11,199); }
div.DivClassName
{
background-color: #BB0BC7;
}
.BgClassName
{
background-color: #BB0BC7;
}
</style>
border-color css
<style>
span { border-color: #BB0BC7; }
span { border-color: rgb(187,11,199); }
td.TdClassName
{
border-color: #BB0BC7;
}
.TagClassName
{
border-color: #BB0BC7;
}
</style>