Shades of Deep Magenta #BC17DA
Tints of Deep Magenta #BC17DA
RGB
CMYK
RGB Variations
Color information
#BC17DA (or 0xBC17DA) is known color: Deep Magenta. HEX triplet: BC, 17 and DA. RGB value is (188,23,218). Sum of RGB (Red+Green+Blue) = 188+23+218=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC17DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17DA is #43E825. Grayscale: #5D5D5D. Windows color (decimal): -4450342 or 14292924. OLE color: 14292924.
HSL color Cylindrical-coordinate representation of color #BC17DA: hue angle of 290.77º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC17DA is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 23 | 218 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.15 |
| HSL | 290.77º | 0.81% | 0.47% | - |
| HSV(B) | 290.77º | 0.89% | 0.85% | - |
| XYZ | 33.7 | 16.37 | 67.71 | - |
| YUV | 94.57 | 197.66 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 218 | 0.14 | 0.89 | 0 | 0.15 | 290.77 | 0.81 | 0.47 |
| Hex | BC | 17 | DA | E | 59 | 0 | F | 123 | 51 | 2F |
| Octal | 274 | 27 | 332 | 16 | 131 | 0 | 17 | 443 | 121 | 57 |
| Binary | 10111100 | 10111 | 11011010 | 1110 | 1011001 | 0 | 1111 | 100100011 | 1010001 | 101111 |
Color Harmonies of #BC17DA
Complementary color
Monochromatic Colors of #BC17DA
Black with #BC17DA
Text Example
Text Example
White with #BC17DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17DA; }
p { color: rgb(188,23,218); }
H1.HeaderClassName
{
color: #BC17DA;
}
.AnyTagClassName
{
color: #BC17DA;
}
</style>
background-color css
<style>
a { background-color: #BC17DA; }
a { background-color: rgb(188,23,218); }
div.DivClassName
{
background-color: #BC17DA;
}
.BgClassName
{
background-color: #BC17DA;
}
</style>
border-color css
<style>
span { border-color: #BC17DA; }
span { border-color: rgb(188,23,218); }
td.TdClassName
{
border-color: #BC17DA;
}
.TagClassName
{
border-color: #BC17DA;
}
</style>