Shades of Deep Magenta #BB0ACB
Tints of Deep Magenta #BB0ACB
RGB
CMYK
RGB Variations
Color information
#BB0ACB (or 0xBB0ACB) is known color: Deep Magenta. HEX triplet: BB, 0A and CB. RGB value is (187,10,203). Sum of RGB (Red+Green+Blue) = 187+10+203=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB0ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0ACB is #44F534. Grayscale: #545454. Windows color (decimal): -4519221 or 13306555. OLE color: 13306555.
HSL color Cylindrical-coordinate representation of color #BB0ACB: hue angle of 295.03º degrees, saturation: 0.91, 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 #BB0ACB is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 10 | 203 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.20 |
| HSL | 295.03º | 0.91% | 0.42% | - |
| HSV(B) | 295.03º | 0.95% | 0.8% | - |
| XYZ | 31.38 | 15.09 | 57.76 | - |
| YUV | 84.93 | 194.64 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 10 | 203 | 0.08 | 0.95 | 0 | 0.20 | 295.03 | 0.91 | 0.42 |
| Hex | BB | A | CB | 8 | 5F | 0 | 14 | 127 | 5B | 2A |
| Octal | 273 | 12 | 313 | 10 | 137 | 0 | 24 | 447 | 133 | 52 |
| Binary | 10111011 | 1010 | 11001011 | 1000 | 1011111 | 0 | 10100 | 100100111 | 1011011 | 101010 |
Color Harmonies of #BB0ACB
Complementary color
Monochromatic Colors of #BB0ACB
Black with #BB0ACB
Text Example
Text Example
White with #BB0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0ACB; }
p { color: rgb(187,10,203); }
H1.HeaderClassName
{
color: #BB0ACB;
}
.AnyTagClassName
{
color: #BB0ACB;
}
</style>
background-color css
<style>
a { background-color: #BB0ACB; }
a { background-color: rgb(187,10,203); }
div.DivClassName
{
background-color: #BB0ACB;
}
.BgClassName
{
background-color: #BB0ACB;
}
</style>
border-color css
<style>
span { border-color: #BB0ACB; }
span { border-color: rgb(187,10,203); }
td.TdClassName
{
border-color: #BB0ACB;
}
.TagClassName
{
border-color: #BB0ACB;
}
</style>