Shades of Medium Violet Red #BC0E9F
Tints of Medium Violet Red #BC0E9F
RGB
CMYK
RGB Variations
Color information
#BC0E9F (or 0xBC0E9F) is known color: Medium Violet Red. HEX triplet: BC, 0E and 9F. RGB value is (188,14,159). Sum of RGB (Red+Green+Blue) = 188+14+159=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0E9F is #43F160. Grayscale: #525252. Windows color (decimal): -4452705 or 10423996. OLE color: 10423996.
HSL color Cylindrical-coordinate representation of color #BC0E9F: hue angle of 310º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E9F is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 14 | 159 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.26 |
| HSL | 310º | 0.86% | 0.4% | - |
| HSV(B) | 310º | 0.93% | 0.74% | - |
| XYZ | 27.15 | 13.51 | 33.98 | - |
| YUV | 82.56 | 171.15 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 159 | 0 | 0.93 | 0.15 | 0.26 | 310 | 0.86 | 0.4 |
| Hex | BC | E | 9F | 0 | 5D | F | 1A | 136 | 56 | 28 |
| Octal | 274 | 16 | 237 | 0 | 135 | 17 | 32 | 466 | 126 | 50 |
| Binary | 10111100 | 1110 | 10011111 | 0 | 1011101 | 1111 | 11010 | 100110110 | 1010110 | 101000 |
Color Harmonies of #BC0E9F
Complementary color
Monochromatic Colors of #BC0E9F
Black with #BC0E9F
Text Example
Text Example
White with #BC0E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0E9F; }
p { color: rgb(188,14,159); }
H1.HeaderClassName
{
color: #BC0E9F;
}
.AnyTagClassName
{
color: #BC0E9F;
}
</style>
background-color css
<style>
a { background-color: #BC0E9F; }
a { background-color: rgb(188,14,159); }
div.DivClassName
{
background-color: #BC0E9F;
}
.BgClassName
{
background-color: #BC0E9F;
}
</style>
border-color css
<style>
span { border-color: #BC0E9F; }
span { border-color: rgb(188,14,159); }
td.TdClassName
{
border-color: #BC0E9F;
}
.TagClassName
{
border-color: #BC0E9F;
}
</style>