Shades of Deep Magenta #BB05CB
Tints of Deep Magenta #BB05CB
RGB
CMYK
RGB Variations
Color information
#BB05CB (or 0xBB05CB) is known color: Deep Magenta. HEX triplet: BB, 05 and CB. RGB value is (187,5,203). Sum of RGB (Red+Green+Blue) = 187+5+203=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB05CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB05CB is #44FA34. Grayscale: #515151. Windows color (decimal): -4520501 or 13305275. OLE color: 13305275.
HSL color Cylindrical-coordinate representation of color #BB05CB: hue angle of 295.15º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB05CB is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 5 | 203 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.20 |
| HSL | 295.15º | 0.95% | 0.41% | - |
| HSV(B) | 295.15º | 0.98% | 0.8% | - |
| XYZ | 31.33 | 14.99 | 57.74 | - |
| YUV | 81.99 | 196.3 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 5 | 203 | 0.08 | 0.98 | 0 | 0.20 | 295.15 | 0.95 | 0.41 |
| Hex | BB | 5 | CB | 8 | 62 | 0 | 14 | 127 | 5F | 29 |
| Octal | 273 | 5 | 313 | 10 | 142 | 0 | 24 | 447 | 137 | 51 |
| Binary | 10111011 | 101 | 11001011 | 1000 | 1100010 | 0 | 10100 | 100100111 | 1011111 | 101001 |
Color Harmonies of #BB05CB
Complementary color
Monochromatic Colors of #BB05CB
Black with #BB05CB
Text Example
Text Example
White with #BB05CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB05CB; }
p { color: rgb(187,5,203); }
H1.HeaderClassName
{
color: #BB05CB;
}
.AnyTagClassName
{
color: #BB05CB;
}
</style>
background-color css
<style>
a { background-color: #BB05CB; }
a { background-color: rgb(187,5,203); }
div.DivClassName
{
background-color: #BB05CB;
}
.BgClassName
{
background-color: #BB05CB;
}
</style>
border-color css
<style>
span { border-color: #BB05CB; }
span { border-color: rgb(187,5,203); }
td.TdClassName
{
border-color: #BB05CB;
}
.TagClassName
{
border-color: #BB05CB;
}
</style>