Shades of Deep Magenta #BB1ACB
Tints of Deep Magenta #BB1ACB
RGB
CMYK
RGB Variations
Color information
#BB1ACB (or 0xBB1ACB) is known color: Deep Magenta. HEX triplet: BB, 1A and CB. RGB value is (187,26,203). Sum of RGB (Red+Green+Blue) = 187+26+203=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB1ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1ACB is #44E534. Grayscale: #5D5D5D. Windows color (decimal): -4515125 or 13310651. OLE color: 13310651.
HSL color Cylindrical-coordinate representation of color #BB1ACB: hue angle of 294.58º 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 #BB1ACB is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 26 | 203 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.20 |
| HSL | 294.58º | 0.77% | 0.45% | - |
| HSV(B) | 294.58º | 0.87% | 0.8% | - |
| XYZ | 31.64 | 15.62 | 57.85 | - |
| YUV | 94.32 | 189.34 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 203 | 0.08 | 0.87 | 0 | 0.20 | 294.58 | 0.77 | 0.45 |
| Hex | BB | 1A | CB | 8 | 57 | 0 | 14 | 127 | 4D | 2D |
| Octal | 273 | 32 | 313 | 10 | 127 | 0 | 24 | 447 | 115 | 55 |
| Binary | 10111011 | 11010 | 11001011 | 1000 | 1010111 | 0 | 10100 | 100100111 | 1001101 | 101101 |
Color Harmonies of #BB1ACB
Complementary color
Monochromatic Colors of #BB1ACB
Black with #BB1ACB
Text Example
Text Example
White with #BB1ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1ACB; }
p { color: rgb(187,26,203); }
H1.HeaderClassName
{
color: #BB1ACB;
}
.AnyTagClassName
{
color: #BB1ACB;
}
</style>
background-color css
<style>
a { background-color: #BB1ACB; }
a { background-color: rgb(187,26,203); }
div.DivClassName
{
background-color: #BB1ACB;
}
.BgClassName
{
background-color: #BB1ACB;
}
</style>
border-color css
<style>
span { border-color: #BB1ACB; }
span { border-color: rgb(187,26,203); }
td.TdClassName
{
border-color: #BB1ACB;
}
.TagClassName
{
border-color: #BB1ACB;
}
</style>