Shades of Deep Magenta #BB06BC
Tints of Deep Magenta #BB06BC
RGB
CMYK
RGB Variations
Color information
#BB06BC (or 0xBB06BC) is known color: Deep Magenta. HEX triplet: BB, 06 and BC. RGB value is (187,6,188). Sum of RGB (Red+Green+Blue) = 187+6+188=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB06BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB06BC is #44F943. Grayscale: #505050. Windows color (decimal): -4520260 or 12322491. OLE color: 12322491.
HSL color Cylindrical-coordinate representation of color #BB06BC: hue angle of 299.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB06BC is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 6 | 188 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.26 |
| HSL | 299.67º | 0.94% | 0.38% | - |
| HSV(B) | 299.67º | 0.97% | 0.74% | - |
| XYZ | 29.64 | 14.33 | 48.78 | - |
| YUV | 80.87 | 188.47 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 188 | 0.01 | 0.97 | 0 | 0.26 | 299.67 | 0.94 | 0.38 |
| Hex | BB | 6 | BC | 1 | 61 | 0 | 1A | 12C | 5E | 26 |
| Octal | 273 | 6 | 274 | 1 | 141 | 0 | 32 | 454 | 136 | 46 |
| Binary | 10111011 | 110 | 10111100 | 1 | 1100001 | 0 | 11010 | 100101100 | 1011110 | 100110 |
Color Harmonies of #BB06BC
Complementary color
Monochromatic Colors of #BB06BC
Black with #BB06BC
Text Example
Text Example
White with #BB06BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB06BC; }
p { color: rgb(187,6,188); }
H1.HeaderClassName
{
color: #BB06BC;
}
.AnyTagClassName
{
color: #BB06BC;
}
</style>
background-color css
<style>
a { background-color: #BB06BC; }
a { background-color: rgb(187,6,188); }
div.DivClassName
{
background-color: #BB06BC;
}
.BgClassName
{
background-color: #BB06BC;
}
</style>
border-color css
<style>
span { border-color: #BB06BC; }
span { border-color: rgb(187,6,188); }
td.TdClassName
{
border-color: #BB06BC;
}
.TagClassName
{
border-color: #BB06BC;
}
</style>