Shades of Deep Magenta #BC17B6
Tints of Deep Magenta #BC17B6
RGB
CMYK
RGB Variations
Color information
#BC17B6 (or 0xBC17B6) is known color: Deep Magenta. HEX triplet: BC, 17 and B6. RGB value is (188,23,182). Sum of RGB (Red+Green+Blue) = 188+23+182=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC17B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17B6 is #43E849. Grayscale: #595959. Windows color (decimal): -4450378 or 11933628. OLE color: 11933628.
HSL color Cylindrical-coordinate representation of color #BC17B6: hue angle of 302.18º 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 #BC17B6 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 182 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.26 |
| HSL | 302.18º | 0.78% | 0.41% | - |
| HSV(B) | 302.18º | 0.88% | 0.74% | - |
| XYZ | 29.49 | 14.68 | 45.54 | - |
| YUV | 90.46 | 179.66 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 182 | 0 | 0.88 | 0.03 | 0.26 | 302.18 | 0.78 | 0.41 |
| Hex | BC | 17 | B6 | 0 | 58 | 3 | 1A | 12E | 4E | 29 |
| Octal | 274 | 27 | 266 | 0 | 130 | 3 | 32 | 456 | 116 | 51 |
| Binary | 10111100 | 10111 | 10110110 | 0 | 1011000 | 11 | 11010 | 100101110 | 1001110 | 101001 |
Color Harmonies of #BC17B6
Complementary color
Monochromatic Colors of #BC17B6
Black with #BC17B6
Text Example
Text Example
White with #BC17B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17B6; }
p { color: rgb(188,23,182); }
H1.HeaderClassName
{
color: #BC17B6;
}
.AnyTagClassName
{
color: #BC17B6;
}
</style>
background-color css
<style>
a { background-color: #BC17B6; }
a { background-color: rgb(188,23,182); }
div.DivClassName
{
background-color: #BC17B6;
}
.BgClassName
{
background-color: #BC17B6;
}
</style>
border-color css
<style>
span { border-color: #BC17B6; }
span { border-color: rgb(188,23,182); }
td.TdClassName
{
border-color: #BC17B6;
}
.TagClassName
{
border-color: #BC17B6;
}
</style>