Shades of Deep Magenta #BC17BE
Tints of Deep Magenta #BC17BE
RGB
CMYK
RGB Variations
Color information
#BC17BE (or 0xBC17BE) is known color: Deep Magenta. HEX triplet: BC, 17 and BE. RGB value is (188,23,190). Sum of RGB (Red+Green+Blue) = 188+23+190=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC17BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17BE is #43E841. Grayscale: #5A5A5A. Windows color (decimal): -4450370 or 12457916. OLE color: 12457916.
HSL color Cylindrical-coordinate representation of color #BC17BE: hue angle of 299.28º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC17BE is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 23 | 190 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.25 |
| HSL | 299.28º | 0.78% | 0.42% | - |
| HSV(B) | 299.28º | 0.88% | 0.75% | - |
| XYZ | 30.34 | 15.02 | 50.02 | - |
| YUV | 91.37 | 183.66 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 190 | 0.01 | 0.88 | 0 | 0.25 | 299.28 | 0.78 | 0.42 |
| Hex | BC | 17 | BE | 1 | 58 | 0 | 19 | 12B | 4E | 2A |
| Octal | 274 | 27 | 276 | 1 | 130 | 0 | 31 | 453 | 116 | 52 |
| Binary | 10111100 | 10111 | 10111110 | 1 | 1011000 | 0 | 11001 | 100101011 | 1001110 | 101010 |
Color Harmonies of #BC17BE
Complementary color
Monochromatic Colors of #BC17BE
Black with #BC17BE
Text Example
Text Example
White with #BC17BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17BE; }
p { color: rgb(188,23,190); }
H1.HeaderClassName
{
color: #BC17BE;
}
.AnyTagClassName
{
color: #BC17BE;
}
</style>
background-color css
<style>
a { background-color: #BC17BE; }
a { background-color: rgb(188,23,190); }
div.DivClassName
{
background-color: #BC17BE;
}
.BgClassName
{
background-color: #BC17BE;
}
</style>
border-color css
<style>
span { border-color: #BC17BE; }
span { border-color: rgb(188,23,190); }
td.TdClassName
{
border-color: #BC17BE;
}
.TagClassName
{
border-color: #BC17BE;
}
</style>