Shades of Deep Magenta #BC17B7
Tints of Deep Magenta #BC17B7
RGB
CMYK
RGB Variations
Color information
#BC17B7 (or 0xBC17B7) is known color: Deep Magenta. HEX triplet: BC, 17 and B7. RGB value is (188,23,183). Sum of RGB (Red+Green+Blue) = 188+23+183=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 183 (71.88% from 255 or 46.45% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC17B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17B7 is #43E848. Grayscale: #5A5A5A. Windows color (decimal): -4450377 or 11999164. OLE color: 11999164.
HSL color Cylindrical-coordinate representation of color #BC17B7: hue angle of 301.82º 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 #BC17B7 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 183 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.26 |
| HSL | 301.82º | 0.78% | 0.41% | - |
| HSV(B) | 301.82º | 0.88% | 0.74% | - |
| XYZ | 29.59 | 14.72 | 46.08 | - |
| YUV | 90.58 | 180.16 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 183 | 0 | 0.88 | 0.03 | 0.26 | 301.82 | 0.78 | 0.41 |
| Hex | BC | 17 | B7 | 0 | 58 | 3 | 1A | 12E | 4E | 29 |
| Octal | 274 | 27 | 267 | 0 | 130 | 3 | 32 | 456 | 116 | 51 |
| Binary | 10111100 | 10111 | 10110111 | 0 | 1011000 | 11 | 11010 | 100101110 | 1001110 | 101001 |
Color Harmonies of #BC17B7
Complementary color
Monochromatic Colors of #BC17B7
Black with #BC17B7
Text Example
Text Example
White with #BC17B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17B7; }
p { color: rgb(188,23,183); }
H1.HeaderClassName
{
color: #BC17B7;
}
.AnyTagClassName
{
color: #BC17B7;
}
</style>
background-color css
<style>
a { background-color: #BC17B7; }
a { background-color: rgb(188,23,183); }
div.DivClassName
{
background-color: #BC17B7;
}
.BgClassName
{
background-color: #BC17B7;
}
</style>
border-color css
<style>
span { border-color: #BC17B7; }
span { border-color: rgb(188,23,183); }
td.TdClassName
{
border-color: #BC17B7;
}
.TagClassName
{
border-color: #BC17B7;
}
</style>