Shades of Deep Magenta #BB17CE
Tints of Deep Magenta #BB17CE
RGB
CMYK
RGB Variations
Color information
#BB17CE (or 0xBB17CE) is known color: Deep Magenta. HEX triplet: BB, 17 and CE. RGB value is (187,23,206). Sum of RGB (Red+Green+Blue) = 187+23+206=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB17CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB17CE is #44E831. Grayscale: #5C5C5C. Windows color (decimal): -4515890 or 13506491. OLE color: 13506491.
HSL color Cylindrical-coordinate representation of color #BB17CE: hue angle of 293.77º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB17CE is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 23 | 206 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.19 |
| HSL | 293.77º | 0.8% | 0.45% | - |
| HSV(B) | 293.77º | 0.89% | 0.81% | - |
| XYZ | 31.94 | 15.63 | 59.73 | - |
| YUV | 92.9 | 191.83 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 206 | 0.09 | 0.89 | 0 | 0.19 | 293.77 | 0.8 | 0.45 |
| Hex | BB | 17 | CE | 9 | 59 | 0 | 13 | 126 | 50 | 2D |
| Octal | 273 | 27 | 316 | 11 | 131 | 0 | 23 | 446 | 120 | 55 |
| Binary | 10111011 | 10111 | 11001110 | 1001 | 1011001 | 0 | 10011 | 100100110 | 1010000 | 101101 |
Color Harmonies of #BB17CE
Complementary color
Monochromatic Colors of #BB17CE
Black with #BB17CE
Text Example
Text Example
White with #BB17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB17CE; }
p { color: rgb(187,23,206); }
H1.HeaderClassName
{
color: #BB17CE;
}
.AnyTagClassName
{
color: #BB17CE;
}
</style>
background-color css
<style>
a { background-color: #BB17CE; }
a { background-color: rgb(187,23,206); }
div.DivClassName
{
background-color: #BB17CE;
}
.BgClassName
{
background-color: #BB17CE;
}
</style>
border-color css
<style>
span { border-color: #BB17CE; }
span { border-color: rgb(187,23,206); }
td.TdClassName
{
border-color: #BB17CE;
}
.TagClassName
{
border-color: #BB17CE;
}
</style>