Shades of Deep Magenta #BC17CB
Tints of Deep Magenta #BC17CB
RGB
CMYK
RGB Variations
Color information
#BC17CB (or 0xBC17CB) is known color: Deep Magenta. HEX triplet: BC, 17 and CB. RGB value is (188,23,203). Sum of RGB (Red+Green+Blue) = 188+23+203=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC17CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17CB is #43E834. Grayscale: #5C5C5C. Windows color (decimal): -4450357 or 13309884. OLE color: 13309884.
HSL color Cylindrical-coordinate representation of color #BC17CB: hue angle of 295º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC17CB is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 23 | 203 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.20 |
| HSL | 295º | 0.8% | 0.44% | - |
| HSV(B) | 295º | 0.89% | 0.8% | - |
| XYZ | 31.82 | 15.62 | 57.84 | - |
| YUV | 92.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 203 | 0.07 | 0.89 | 0 | 0.20 | 295 | 0.8 | 0.44 |
| Hex | BC | 17 | CB | 7 | 59 | 0 | 14 | 127 | 50 | 2C |
| Octal | 274 | 27 | 313 | 7 | 131 | 0 | 24 | 447 | 120 | 54 |
| Binary | 10111100 | 10111 | 11001011 | 111 | 1011001 | 0 | 10100 | 100100111 | 1010000 | 101100 |
Color Harmonies of #BC17CB
Complementary color
Monochromatic Colors of #BC17CB
Black with #BC17CB
Text Example
Text Example
White with #BC17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17CB; }
p { color: rgb(188,23,203); }
H1.HeaderClassName
{
color: #BC17CB;
}
.AnyTagClassName
{
color: #BC17CB;
}
</style>
background-color css
<style>
a { background-color: #BC17CB; }
a { background-color: rgb(188,23,203); }
div.DivClassName
{
background-color: #BC17CB;
}
.BgClassName
{
background-color: #BC17CB;
}
</style>
border-color css
<style>
span { border-color: #BC17CB; }
span { border-color: rgb(188,23,203); }
td.TdClassName
{
border-color: #BC17CB;
}
.TagClassName
{
border-color: #BC17CB;
}
</style>