Shades of Deep Magenta #BB0BCB
Tints of Deep Magenta #BB0BCB
RGB
CMYK
RGB Variations
Color information
#BB0BCB (or 0xBB0BCB) is known color: Deep Magenta. HEX triplet: BB, 0B and CB. RGB value is (187,11,203). Sum of RGB (Red+Green+Blue) = 187+11+203=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB0BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BCB is #44F434. Grayscale: #545454. Windows color (decimal): -4518965 or 13306811. OLE color: 13306811.
HSL color Cylindrical-coordinate representation of color #BB0BCB: hue angle of 295º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0BCB is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 11 | 203 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.20 |
| HSL | 295º | 0.9% | 0.42% | - |
| HSV(B) | 295º | 0.95% | 0.8% | - |
| XYZ | 31.39 | 15.12 | 57.76 | - |
| YUV | 85.51 | 194.31 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 203 | 0.08 | 0.95 | 0 | 0.20 | 295 | 0.9 | 0.42 |
| Hex | BB | B | CB | 8 | 5F | 0 | 14 | 127 | 5A | 2A |
| Octal | 273 | 13 | 313 | 10 | 137 | 0 | 24 | 447 | 132 | 52 |
| Binary | 10111011 | 1011 | 11001011 | 1000 | 1011111 | 0 | 10100 | 100100111 | 1011010 | 101010 |
Color Harmonies of #BB0BCB
Complementary color
Monochromatic Colors of #BB0BCB
Black with #BB0BCB
Text Example
Text Example
White with #BB0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BCB; }
p { color: rgb(187,11,203); }
H1.HeaderClassName
{
color: #BB0BCB;
}
.AnyTagClassName
{
color: #BB0BCB;
}
</style>
background-color css
<style>
a { background-color: #BB0BCB; }
a { background-color: rgb(187,11,203); }
div.DivClassName
{
background-color: #BB0BCB;
}
.BgClassName
{
background-color: #BB0BCB;
}
</style>
border-color css
<style>
span { border-color: #BB0BCB; }
span { border-color: rgb(187,11,203); }
td.TdClassName
{
border-color: #BB0BCB;
}
.TagClassName
{
border-color: #BB0BCB;
}
</style>