Shades of Deep Magenta #BC17BC
Tints of Deep Magenta #BC17BC
RGB
CMYK
RGB Variations
Color information
#BC17BC (or 0xBC17BC) is known color: Deep Magenta. HEX triplet: BC, 17 and BC. RGB value is (188,23,188). Sum of RGB (Red+Green+Blue) = 188+23+188=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC17BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17BC is #43E843. Grayscale: #5A5A5A. Windows color (decimal): -4450372 or 12326844. OLE color: 12326844.
HSL color Cylindrical-coordinate representation of color #BC17BC: hue angle of 300º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC17BC is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 188 | - |
| CMYK | 0 | 0.88 | 0 | 0.26 |
| HSL | 300º | 0.78% | 0.41% | - |
| HSV(B) | 300º | 0.88% | 0.74% | - |
| XYZ | 30.12 | 14.94 | 48.87 | - |
| YUV | 91.15 | 182.66 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 188 | 0 | 0.88 | 0 | 0.26 | 300 | 0.78 | 0.41 |
| Hex | BC | 17 | BC | 0 | 58 | 0 | 1A | 12C | 4E | 29 |
| Octal | 274 | 27 | 274 | 0 | 130 | 0 | 32 | 454 | 116 | 51 |
| Binary | 10111100 | 10111 | 10111100 | 0 | 1011000 | 0 | 11010 | 100101100 | 1001110 | 101001 |
Color Harmonies of #BC17BC
Complementary color
Monochromatic Colors of #BC17BC
Black with #BC17BC
Text Example
Text Example
White with #BC17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17BC; }
p { color: rgb(188,23,188); }
H1.HeaderClassName
{
color: #BC17BC;
}
.AnyTagClassName
{
color: #BC17BC;
}
</style>
background-color css
<style>
a { background-color: #BC17BC; }
a { background-color: rgb(188,23,188); }
div.DivClassName
{
background-color: #BC17BC;
}
.BgClassName
{
background-color: #BC17BC;
}
</style>
border-color css
<style>
span { border-color: #BC17BC; }
span { border-color: rgb(188,23,188); }
td.TdClassName
{
border-color: #BC17BC;
}
.TagClassName
{
border-color: #BC17BC;
}
</style>