Shades of Deep Magenta #BB17D6
Tints of Deep Magenta #BB17D6
RGB
CMYK
RGB Variations
Color information
#BB17D6 (or 0xBB17D6) is known color: Deep Magenta. HEX triplet: BB, 17 and D6. RGB value is (187,23,214). Sum of RGB (Red+Green+Blue) = 187+23+214=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB17D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB17D6 is #44E829. Grayscale: #5D5D5D. Windows color (decimal): -4515882 or 14030779. OLE color: 14030779.
HSL color Cylindrical-coordinate representation of color #BB17D6: hue angle of 291.52º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB17D6 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 23 | 214 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.16 |
| HSL | 291.52º | 0.81% | 0.46% | - |
| HSV(B) | 291.52º | 0.89% | 0.84% | - |
| XYZ | 32.94 | 16.03 | 64.98 | - |
| YUV | 93.81 | 195.83 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 214 | 0.13 | 0.89 | 0 | 0.16 | 291.52 | 0.81 | 0.46 |
| Hex | BB | 17 | D6 | D | 59 | 0 | 10 | 124 | 51 | 2E |
| Octal | 273 | 27 | 326 | 15 | 131 | 0 | 20 | 444 | 121 | 56 |
| Binary | 10111011 | 10111 | 11010110 | 1101 | 1011001 | 0 | 10000 | 100100100 | 1010001 | 101110 |
Color Harmonies of #BB17D6
Complementary color
Monochromatic Colors of #BB17D6
Black with #BB17D6
Text Example
Text Example
White with #BB17D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB17D6; }
p { color: rgb(187,23,214); }
H1.HeaderClassName
{
color: #BB17D6;
}
.AnyTagClassName
{
color: #BB17D6;
}
</style>
background-color css
<style>
a { background-color: #BB17D6; }
a { background-color: rgb(187,23,214); }
div.DivClassName
{
background-color: #BB17D6;
}
.BgClassName
{
background-color: #BB17D6;
}
</style>
border-color css
<style>
span { border-color: #BB17D6; }
span { border-color: rgb(187,23,214); }
td.TdClassName
{
border-color: #BB17D6;
}
.TagClassName
{
border-color: #BB17D6;
}
</style>