Shades of Deep Magenta #BB16BA
Tints of Deep Magenta #BB16BA
RGB
CMYK
RGB Variations
Color information
#BB16BA (or 0xBB16BA) is known color: Deep Magenta. HEX triplet: BB, 16 and BA. RGB value is (187,22,186). Sum of RGB (Red+Green+Blue) = 187+22+186=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB16BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16BA is #44E945. Grayscale: #595959. Windows color (decimal): -4516166 or 12195515. OLE color: 12195515.
HSL color Cylindrical-coordinate representation of color #BB16BA: hue angle of 300.36º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB16BA is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 186 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.27 |
| HSL | 300.36º | 0.79% | 0.41% | - |
| HSV(B) | 300.36º | 0.88% | 0.73% | - |
| XYZ | 29.64 | 14.68 | 47.73 | - |
| YUV | 90.03 | 182.16 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 186 | 0 | 0.88 | 0.01 | 0.27 | 300.36 | 0.79 | 0.41 |
| Hex | BB | 16 | BA | 0 | 58 | 1 | 1B | 12C | 4F | 29 |
| Octal | 273 | 26 | 272 | 0 | 130 | 1 | 33 | 454 | 117 | 51 |
| Binary | 10111011 | 10110 | 10111010 | 0 | 1011000 | 1 | 11011 | 100101100 | 1001111 | 101001 |
Color Harmonies of #BB16BA
Complementary color
Monochromatic Colors of #BB16BA
Black with #BB16BA
Text Example
Text Example
White with #BB16BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16BA; }
p { color: rgb(187,22,186); }
H1.HeaderClassName
{
color: #BB16BA;
}
.AnyTagClassName
{
color: #BB16BA;
}
</style>
background-color css
<style>
a { background-color: #BB16BA; }
a { background-color: rgb(187,22,186); }
div.DivClassName
{
background-color: #BB16BA;
}
.BgClassName
{
background-color: #BB16BA;
}
</style>
border-color css
<style>
span { border-color: #BB16BA; }
span { border-color: rgb(187,22,186); }
td.TdClassName
{
border-color: #BB16BA;
}
.TagClassName
{
border-color: #BB16BA;
}
</style>