Shades of Deep Magenta #BB16CB
Tints of Deep Magenta #BB16CB
RGB
CMYK
RGB Variations
Color information
#BB16CB (or 0xBB16CB) is known color: Deep Magenta. HEX triplet: BB, 16 and CB. RGB value is (187,22,203). Sum of RGB (Red+Green+Blue) = 187+22+203=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB16CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16CB is #44E934. Grayscale: #5B5B5B. Windows color (decimal): -4516149 or 13309627. OLE color: 13309627.
HSL color Cylindrical-coordinate representation of color #BB16CB: hue angle of 294.7º degrees, saturation: 0.8, 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 #BB16CB is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 22 | 203 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.20 |
| HSL | 294.7º | 0.8% | 0.44% | - |
| HSV(B) | 294.7º | 0.89% | 0.8% | - |
| XYZ | 31.56 | 15.45 | 57.82 | - |
| YUV | 91.97 | 190.66 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 203 | 0.08 | 0.89 | 0 | 0.20 | 294.7 | 0.8 | 0.44 |
| Hex | BB | 16 | CB | 8 | 59 | 0 | 14 | 127 | 50 | 2C |
| Octal | 273 | 26 | 313 | 10 | 131 | 0 | 24 | 447 | 120 | 54 |
| Binary | 10111011 | 10110 | 11001011 | 1000 | 1011001 | 0 | 10100 | 100100111 | 1010000 | 101100 |
Color Harmonies of #BB16CB
Complementary color
Monochromatic Colors of #BB16CB
Black with #BB16CB
Text Example
Text Example
White with #BB16CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16CB; }
p { color: rgb(187,22,203); }
H1.HeaderClassName
{
color: #BB16CB;
}
.AnyTagClassName
{
color: #BB16CB;
}
</style>
background-color css
<style>
a { background-color: #BB16CB; }
a { background-color: rgb(187,22,203); }
div.DivClassName
{
background-color: #BB16CB;
}
.BgClassName
{
background-color: #BB16CB;
}
</style>
border-color css
<style>
span { border-color: #BB16CB; }
span { border-color: rgb(187,22,203); }
td.TdClassName
{
border-color: #BB16CB;
}
.TagClassName
{
border-color: #BB16CB;
}
</style>