Shades of Deep Magenta #BC17CE
Tints of Deep Magenta #BC17CE
RGB
CMYK
RGB Variations
Color information
#BC17CE (or 0xBC17CE) is known color: Deep Magenta. HEX triplet: BC, 17 and CE. RGB value is (188,23,206). Sum of RGB (Red+Green+Blue) = 188+23+206=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC17CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17CE is #43E831. Grayscale: #5C5C5C. Windows color (decimal): -4450354 or 13506492. OLE color: 13506492.
HSL color Cylindrical-coordinate representation of color #BC17CE: hue angle of 294.1º 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 #BC17CE is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 23 | 206 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.19 |
| HSL | 294.1º | 0.8% | 0.45% | - |
| HSV(B) | 294.1º | 0.89% | 0.81% | - |
| XYZ | 32.19 | 15.76 | 59.74 | - |
| YUV | 93.2 | 191.66 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 206 | 0.09 | 0.89 | 0 | 0.19 | 294.1 | 0.8 | 0.45 |
| Hex | BC | 17 | CE | 9 | 59 | 0 | 13 | 126 | 50 | 2D |
| Octal | 274 | 27 | 316 | 11 | 131 | 0 | 23 | 446 | 120 | 55 |
| Binary | 10111100 | 10111 | 11001110 | 1001 | 1011001 | 0 | 10011 | 100100110 | 1010000 | 101101 |
Color Harmonies of #BC17CE
Complementary color
Monochromatic Colors of #BC17CE
Black with #BC17CE
Text Example
Text Example
White with #BC17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17CE; }
p { color: rgb(188,23,206); }
H1.HeaderClassName
{
color: #BC17CE;
}
.AnyTagClassName
{
color: #BC17CE;
}
</style>
background-color css
<style>
a { background-color: #BC17CE; }
a { background-color: rgb(188,23,206); }
div.DivClassName
{
background-color: #BC17CE;
}
.BgClassName
{
background-color: #BC17CE;
}
</style>
border-color css
<style>
span { border-color: #BC17CE; }
span { border-color: rgb(188,23,206); }
td.TdClassName
{
border-color: #BC17CE;
}
.TagClassName
{
border-color: #BC17CE;
}
</style>