Shades of Deep Magenta #BB06DF
Tints of Deep Magenta #BB06DF
RGB
CMYK
RGB Variations
Color information
#BB06DF (or 0xBB06DF) is known color: Deep Magenta. HEX triplet: BB, 06 and DF. RGB value is (187,6,223). Sum of RGB (Red+Green+Blue) = 187+6+223=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB06DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB06DF is #44F920. Grayscale: #545454. Windows color (decimal): -4520225 or 14616251. OLE color: 14616251.
HSL color Cylindrical-coordinate representation of color #BB06DF: hue angle of 290.05º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB06DF is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 6 | 223 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.13 |
| HSL | 290.05º | 0.95% | 0.45% | - |
| HSV(B) | 290.05º | 0.97% | 0.87% | - |
| XYZ | 33.88 | 16.02 | 71.12 | - |
| YUV | 84.86 | 205.97 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 223 | 0.16 | 0.97 | 0 | 0.13 | 290.05 | 0.95 | 0.45 |
| Hex | BB | 6 | DF | 10 | 61 | 0 | D | 122 | 5F | 2D |
| Octal | 273 | 6 | 337 | 20 | 141 | 0 | 15 | 442 | 137 | 55 |
| Binary | 10111011 | 110 | 11011111 | 10000 | 1100001 | 0 | 1101 | 100100010 | 1011111 | 101101 |
Color Harmonies of #BB06DF
Complementary color
Monochromatic Colors of #BB06DF
Black with #BB06DF
Text Example
Text Example
White with #BB06DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB06DF; }
p { color: rgb(187,6,223); }
H1.HeaderClassName
{
color: #BB06DF;
}
.AnyTagClassName
{
color: #BB06DF;
}
</style>
background-color css
<style>
a { background-color: #BB06DF; }
a { background-color: rgb(187,6,223); }
div.DivClassName
{
background-color: #BB06DF;
}
.BgClassName
{
background-color: #BB06DF;
}
</style>
border-color css
<style>
span { border-color: #BB06DF; }
span { border-color: rgb(187,6,223); }
td.TdClassName
{
border-color: #BB06DF;
}
.TagClassName
{
border-color: #BB06DF;
}
</style>