Shades of Deep Magenta #BB16CC
Tints of Deep Magenta #BB16CC
RGB
CMYK
RGB Variations
Color information
#BB16CC (or 0xBB16CC) is known color: Deep Magenta. HEX triplet: BB, 16 and CC. RGB value is (187,22,204). Sum of RGB (Red+Green+Blue) = 187+22+204=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB16CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16CC is #44E933. Grayscale: #5B5B5B. Windows color (decimal): -4516148 or 13375163. OLE color: 13375163.
HSL color Cylindrical-coordinate representation of color #BB16CC: hue angle of 294.4º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB16CC is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 22 | 204 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.2 |
| HSL | 294.4º | 0.81% | 0.44% | - |
| HSV(B) | 294.4º | 0.89% | 0.8% | - |
| XYZ | 31.68 | 15.5 | 58.45 | - |
| YUV | 92.08 | 191.16 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 204 | 0.08 | 0.89 | 0 | 0.2 | 294.4 | 0.81 | 0.44 |
| Hex | BB | 16 | CC | 8 | 59 | 0 | 14 | 126 | 51 | 2C |
| Octal | 273 | 26 | 314 | 10 | 131 | 0 | 24 | 446 | 121 | 54 |
| Binary | 10111011 | 10110 | 11001100 | 1000 | 1011001 | 0 | 10100 | 100100110 | 1010001 | 101100 |
Color Harmonies of #BB16CC
Complementary color
Monochromatic Colors of #BB16CC
Black with #BB16CC
Text Example
Text Example
White with #BB16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16CC; }
p { color: rgb(187,22,204); }
H1.HeaderClassName
{
color: #BB16CC;
}
.AnyTagClassName
{
color: #BB16CC;
}
</style>
background-color css
<style>
a { background-color: #BB16CC; }
a { background-color: rgb(187,22,204); }
div.DivClassName
{
background-color: #BB16CC;
}
.BgClassName
{
background-color: #BB16CC;
}
</style>
border-color css
<style>
span { border-color: #BB16CC; }
span { border-color: rgb(187,22,204); }
td.TdClassName
{
border-color: #BB16CC;
}
.TagClassName
{
border-color: #BB16CC;
}
</style>