Shades of Medium Violet Red #BC018E
Tints of Medium Violet Red #BC018E
RGB
CMYK
RGB Variations
Color information
#BC018E (or 0xBC018E) is known color: Medium Violet Red. HEX triplet: BC, 01 and 8E. RGB value is (188,1,142). Sum of RGB (Red+Green+Blue) = 188+1+142=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC018E is #43FE71. Grayscale: #484848. Windows color (decimal): -4456050 or 9306556. OLE color: 9306556.
HSL color Cylindrical-coordinate representation of color #BC018E: hue angle of 314.76º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC018E is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 142 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.26 |
| HSL | 314.76º | 0.99% | 0.37% | - |
| HSV(B) | 314.76º | 0.99% | 0.74% | - |
| XYZ | 25.63 | 12.67 | 26.69 | - |
| YUV | 72.99 | 166.95 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 142 | 0 | 0.99 | 0.24 | 0.26 | 314.76 | 0.99 | 0.37 |
| Hex | BC | 1 | 8E | 0 | 63 | 18 | 1A | 13B | 63 | 25 |
| Octal | 274 | 1 | 216 | 0 | 143 | 30 | 32 | 473 | 143 | 45 |
| Binary | 10111100 | 1 | 10001110 | 0 | 1100011 | 11000 | 11010 | 100111011 | 1100011 | 100101 |
Color Harmonies of #BC018E
Complementary color
Monochromatic Colors of #BC018E
Black with #BC018E
Text Example
Text Example
White with #BC018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC018E; }
p { color: rgb(188,1,142); }
H1.HeaderClassName
{
color: #BC018E;
}
.AnyTagClassName
{
color: #BC018E;
}
</style>
background-color css
<style>
a { background-color: #BC018E; }
a { background-color: rgb(188,1,142); }
div.DivClassName
{
background-color: #BC018E;
}
.BgClassName
{
background-color: #BC018E;
}
</style>
border-color css
<style>
span { border-color: #BC018E; }
span { border-color: rgb(188,1,142); }
td.TdClassName
{
border-color: #BC018E;
}
.TagClassName
{
border-color: #BC018E;
}
</style>