Shades of Deep Magenta #BB16CD
Tints of Deep Magenta #BB16CD
RGB
CMYK
RGB Variations
Color information
#BB16CD (or 0xBB16CD) is known color: Deep Magenta. HEX triplet: BB, 16 and CD. RGB value is (187,22,205). Sum of RGB (Red+Green+Blue) = 187+22+205=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB16CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16CD is #44E932. Grayscale: #5B5B5B. Windows color (decimal): -4516147 or 13440699. OLE color: 13440699.
HSL color Cylindrical-coordinate representation of color #BB16CD: hue angle of 294.1º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB16CD is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 22 | 205 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.20 |
| HSL | 294.1º | 0.81% | 0.45% | - |
| HSV(B) | 294.1º | 0.89% | 0.8% | - |
| XYZ | 31.8 | 15.55 | 59.08 | - |
| YUV | 92.2 | 191.66 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 205 | 0.09 | 0.89 | 0 | 0.20 | 294.1 | 0.81 | 0.45 |
| Hex | BB | 16 | CD | 9 | 59 | 0 | 14 | 126 | 51 | 2D |
| Octal | 273 | 26 | 315 | 11 | 131 | 0 | 24 | 446 | 121 | 55 |
| Binary | 10111011 | 10110 | 11001101 | 1001 | 1011001 | 0 | 10100 | 100100110 | 1010001 | 101101 |
Color Harmonies of #BB16CD
Complementary color
Monochromatic Colors of #BB16CD
Black with #BB16CD
Text Example
Text Example
White with #BB16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16CD; }
p { color: rgb(187,22,205); }
H1.HeaderClassName
{
color: #BB16CD;
}
.AnyTagClassName
{
color: #BB16CD;
}
</style>
background-color css
<style>
a { background-color: #BB16CD; }
a { background-color: rgb(187,22,205); }
div.DivClassName
{
background-color: #BB16CD;
}
.BgClassName
{
background-color: #BB16CD;
}
</style>
border-color css
<style>
span { border-color: #BB16CD; }
span { border-color: rgb(187,22,205); }
td.TdClassName
{
border-color: #BB16CD;
}
.TagClassName
{
border-color: #BB16CD;
}
</style>