Shades of Deep Magenta #BB00BA
Tints of Deep Magenta #BB00BA
RGB
CMYK
RGB Variations
Color information
#BB00BA (or 0xBB00BA) is known color: Deep Magenta. HEX triplet: BB, 00 and BA. RGB value is (187,0,186). Sum of RGB (Red+Green+Blue) = 187+0+186=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB00BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00BA is #44FF45. Grayscale: #4C4C4C. Windows color (decimal): -4521798 or 12189883. OLE color: 12189883.
HSL color Cylindrical-coordinate representation of color #BB00BA: hue angle of 300.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB00BA is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 186 | - |
| CMYK | 0 | 1 | 0.01 | 0.27 |
| HSL | 300.32º | 1% | 0.37% | - |
| HSV(B) | 300.32º | 1% | 0.73% | - |
| XYZ | 29.36 | 14.11 | 47.63 | - |
| YUV | 77.12 | 189.45 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 186 | 0 | 1 | 0.01 | 0.27 | 300.32 | 1 | 0.37 |
| Hex | BB | 0 | BA | 0 | 64 | 1 | 1B | 12C | 64 | 25 |
| Octal | 273 | 0 | 272 | 0 | 144 | 1 | 33 | 454 | 144 | 45 |
| Binary | 10111011 | 0 | 10111010 | 0 | 1100100 | 1 | 11011 | 100101100 | 1100100 | 100101 |
Color Harmonies of #BB00BA
Complementary color
Monochromatic Colors of #BB00BA
Black with #BB00BA
Text Example
Text Example
White with #BB00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB00BA; }
p { color: rgb(187,0,186); }
H1.HeaderClassName
{
color: #BB00BA;
}
.AnyTagClassName
{
color: #BB00BA;
}
</style>
background-color css
<style>
a { background-color: #BB00BA; }
a { background-color: rgb(187,0,186); }
div.DivClassName
{
background-color: #BB00BA;
}
.BgClassName
{
background-color: #BB00BA;
}
</style>
border-color css
<style>
span { border-color: #BB00BA; }
span { border-color: rgb(187,0,186); }
td.TdClassName
{
border-color: #BB00BA;
}
.TagClassName
{
border-color: #BB00BA;
}
</style>