Shades of Deep Magenta #BB06CB
Tints of Deep Magenta #BB06CB
RGB
CMYK
RGB Variations
Color information
#BB06CB (or 0xBB06CB) is known color: Deep Magenta. HEX triplet: BB, 06 and CB. RGB value is (187,6,203). Sum of RGB (Red+Green+Blue) = 187+6+203=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB06CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB06CB is #44F934. Grayscale: #515151. Windows color (decimal): -4520245 or 13305531. OLE color: 13305531.
HSL color Cylindrical-coordinate representation of color #BB06CB: hue angle of 295.13º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB06CB is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 6 | 203 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.20 |
| HSL | 295.13º | 0.94% | 0.41% | - |
| HSV(B) | 295.13º | 0.97% | 0.8% | - |
| XYZ | 31.34 | 15.01 | 57.74 | - |
| YUV | 82.58 | 195.97 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 203 | 0.08 | 0.97 | 0 | 0.20 | 295.13 | 0.94 | 0.41 |
| Hex | BB | 6 | CB | 8 | 61 | 0 | 14 | 127 | 5E | 29 |
| Octal | 273 | 6 | 313 | 10 | 141 | 0 | 24 | 447 | 136 | 51 |
| Binary | 10111011 | 110 | 11001011 | 1000 | 1100001 | 0 | 10100 | 100100111 | 1011110 | 101001 |
Color Harmonies of #BB06CB
Complementary color
Monochromatic Colors of #BB06CB
Black with #BB06CB
Text Example
Text Example
White with #BB06CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB06CB; }
p { color: rgb(187,6,203); }
H1.HeaderClassName
{
color: #BB06CB;
}
.AnyTagClassName
{
color: #BB06CB;
}
</style>
background-color css
<style>
a { background-color: #BB06CB; }
a { background-color: rgb(187,6,203); }
div.DivClassName
{
background-color: #BB06CB;
}
.BgClassName
{
background-color: #BB06CB;
}
</style>
border-color css
<style>
span { border-color: #BB06CB; }
span { border-color: rgb(187,6,203); }
td.TdClassName
{
border-color: #BB06CB;
}
.TagClassName
{
border-color: #BB06CB;
}
</style>