Shades of Deep Magenta #BB16BD
Tints of Deep Magenta #BB16BD
RGB
CMYK
RGB Variations
Color information
#BB16BD (or 0xBB16BD) is known color: Deep Magenta. HEX triplet: BB, 16 and BD. RGB value is (187,22,189). Sum of RGB (Red+Green+Blue) = 187+22+189=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB16BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16BD is #44E942. Grayscale: #595959. Windows color (decimal): -4516163 or 12392123. OLE color: 12392123.
HSL color Cylindrical-coordinate representation of color #BB16BD: hue angle of 299.28º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB16BD is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 22 | 189 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.26 |
| HSL | 299.28º | 0.79% | 0.41% | - |
| HSV(B) | 299.28º | 0.88% | 0.74% | - |
| XYZ | 29.97 | 14.81 | 49.42 | - |
| YUV | 90.37 | 183.66 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 189 | 0.01 | 0.88 | 0 | 0.26 | 299.28 | 0.79 | 0.41 |
| Hex | BB | 16 | BD | 1 | 58 | 0 | 1A | 12B | 4F | 29 |
| Octal | 273 | 26 | 275 | 1 | 130 | 0 | 32 | 453 | 117 | 51 |
| Binary | 10111011 | 10110 | 10111101 | 1 | 1011000 | 0 | 11010 | 100101011 | 1001111 | 101001 |
Color Harmonies of #BB16BD
Complementary color
Monochromatic Colors of #BB16BD
Black with #BB16BD
Text Example
Text Example
White with #BB16BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16BD; }
p { color: rgb(187,22,189); }
H1.HeaderClassName
{
color: #BB16BD;
}
.AnyTagClassName
{
color: #BB16BD;
}
</style>
background-color css
<style>
a { background-color: #BB16BD; }
a { background-color: rgb(187,22,189); }
div.DivClassName
{
background-color: #BB16BD;
}
.BgClassName
{
background-color: #BB16BD;
}
</style>
border-color css
<style>
span { border-color: #BB16BD; }
span { border-color: rgb(187,22,189); }
td.TdClassName
{
border-color: #BB16BD;
}
.TagClassName
{
border-color: #BB16BD;
}
</style>