Shades of Deep Magenta #BB0ABC
Tints of Deep Magenta #BB0ABC
RGB
CMYK
RGB Variations
Color information
#BB0ABC (or 0xBB0ABC) is known color: Deep Magenta. HEX triplet: BB, 0A and BC. RGB value is (187,10,188). Sum of RGB (Red+Green+Blue) = 187+10+188=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB0ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0ABC is #44F543. Grayscale: #525252. Windows color (decimal): -4519236 or 12323515. OLE color: 12323515.
HSL color Cylindrical-coordinate representation of color #BB0ABC: hue angle of 299.66º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0ABC is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 10 | 188 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.26 |
| HSL | 299.66º | 0.9% | 0.39% | - |
| HSV(B) | 299.66º | 0.95% | 0.74% | - |
| XYZ | 29.68 | 14.41 | 48.79 | - |
| YUV | 83.22 | 187.14 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 10 | 188 | 0.01 | 0.95 | 0 | 0.26 | 299.66 | 0.9 | 0.39 |
| Hex | BB | A | BC | 1 | 5F | 0 | 1A | 12C | 5A | 27 |
| Octal | 273 | 12 | 274 | 1 | 137 | 0 | 32 | 454 | 132 | 47 |
| Binary | 10111011 | 1010 | 10111100 | 1 | 1011111 | 0 | 11010 | 100101100 | 1011010 | 100111 |
Color Harmonies of #BB0ABC
Complementary color
Monochromatic Colors of #BB0ABC
Black with #BB0ABC
Text Example
Text Example
White with #BB0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0ABC; }
p { color: rgb(187,10,188); }
H1.HeaderClassName
{
color: #BB0ABC;
}
.AnyTagClassName
{
color: #BB0ABC;
}
</style>
background-color css
<style>
a { background-color: #BB0ABC; }
a { background-color: rgb(187,10,188); }
div.DivClassName
{
background-color: #BB0ABC;
}
.BgClassName
{
background-color: #BB0ABC;
}
</style>
border-color css
<style>
span { border-color: #BB0ABC; }
span { border-color: rgb(187,10,188); }
td.TdClassName
{
border-color: #BB0ABC;
}
.TagClassName
{
border-color: #BB0ABC;
}
</style>