Shades of Deep Magenta #BB1BCB
Tints of Deep Magenta #BB1BCB
RGB
CMYK
RGB Variations
Color information
#BB1BCB (or 0xBB1BCB) is known color: Deep Magenta. HEX triplet: BB, 1B and CB. RGB value is (187,27,203). Sum of RGB (Red+Green+Blue) = 187+27+203=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB1BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1BCB is #44E434. Grayscale: #5E5E5E. Windows color (decimal): -4514869 or 13310907. OLE color: 13310907.
HSL color Cylindrical-coordinate representation of color #BB1BCB: hue angle of 294.55º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1BCB is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 27 | 203 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.20 |
| HSL | 294.55º | 0.77% | 0.45% | - |
| HSV(B) | 294.55º | 0.87% | 0.8% | - |
| XYZ | 31.66 | 15.66 | 57.85 | - |
| YUV | 94.9 | 189.01 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 203 | 0.08 | 0.87 | 0 | 0.20 | 294.55 | 0.77 | 0.45 |
| Hex | BB | 1B | CB | 8 | 57 | 0 | 14 | 127 | 4D | 2D |
| Octal | 273 | 33 | 313 | 10 | 127 | 0 | 24 | 447 | 115 | 55 |
| Binary | 10111011 | 11011 | 11001011 | 1000 | 1010111 | 0 | 10100 | 100100111 | 1001101 | 101101 |
Color Harmonies of #BB1BCB
Complementary color
Monochromatic Colors of #BB1BCB
Black with #BB1BCB
Text Example
Text Example
White with #BB1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BCB; }
p { color: rgb(187,27,203); }
H1.HeaderClassName
{
color: #BB1BCB;
}
.AnyTagClassName
{
color: #BB1BCB;
}
</style>
background-color css
<style>
a { background-color: #BB1BCB; }
a { background-color: rgb(187,27,203); }
div.DivClassName
{
background-color: #BB1BCB;
}
.BgClassName
{
background-color: #BB1BCB;
}
</style>
border-color css
<style>
span { border-color: #BB1BCB; }
span { border-color: rgb(187,27,203); }
td.TdClassName
{
border-color: #BB1BCB;
}
.TagClassName
{
border-color: #BB1BCB;
}
</style>