Shades of Deep Magenta #BC19BE
Tints of Deep Magenta #BC19BE
RGB
CMYK
RGB Variations
Color information
#BC19BE (or 0xBC19BE) is known color: Deep Magenta. HEX triplet: BC, 19 and BE. RGB value is (188,25,190). Sum of RGB (Red+Green+Blue) = 188+25+190=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC19BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19BE is #43E641. Grayscale: #5C5C5C. Windows color (decimal): -4449858 or 12458428. OLE color: 12458428.
HSL color Cylindrical-coordinate representation of color #BC19BE: hue angle of 299.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC19BE is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 25 | 190 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.25 |
| HSL | 299.27º | 0.77% | 0.42% | - |
| HSV(B) | 299.27º | 0.87% | 0.75% | - |
| XYZ | 30.38 | 15.1 | 50.03 | - |
| YUV | 92.55 | 183 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 190 | 0.01 | 0.87 | 0 | 0.25 | 299.27 | 0.77 | 0.42 |
| Hex | BC | 19 | BE | 1 | 57 | 0 | 19 | 12B | 4D | 2A |
| Octal | 274 | 31 | 276 | 1 | 127 | 0 | 31 | 453 | 115 | 52 |
| Binary | 10111100 | 11001 | 10111110 | 1 | 1010111 | 0 | 11001 | 100101011 | 1001101 | 101010 |
Color Harmonies of #BC19BE
Complementary color
Monochromatic Colors of #BC19BE
Black with #BC19BE
Text Example
Text Example
White with #BC19BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19BE; }
p { color: rgb(188,25,190); }
H1.HeaderClassName
{
color: #BC19BE;
}
.AnyTagClassName
{
color: #BC19BE;
}
</style>
background-color css
<style>
a { background-color: #BC19BE; }
a { background-color: rgb(188,25,190); }
div.DivClassName
{
background-color: #BC19BE;
}
.BgClassName
{
background-color: #BC19BE;
}
</style>
border-color css
<style>
span { border-color: #BC19BE; }
span { border-color: rgb(188,25,190); }
td.TdClassName
{
border-color: #BC19BE;
}
.TagClassName
{
border-color: #BC19BE;
}
</style>