Shades of Medium Violet Red #BC0E98
Tints of Medium Violet Red #BC0E98
RGB
CMYK
RGB Variations
Color information
#BC0E98 (or 0xBC0E98) is known color: Medium Violet Red. HEX triplet: BC, 0E and 98. RGB value is (188,14,152). Sum of RGB (Red+Green+Blue) = 188+14+152=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0E98 is #43F167. Grayscale: #515151. Windows color (decimal): -4452712 or 9965244. OLE color: 9965244.
HSL color Cylindrical-coordinate representation of color #BC0E98: hue angle of 312.41º 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 #BC0E98 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 14 | 152 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.26 |
| HSL | 312.41º | 0.86% | 0.4% | - |
| HSV(B) | 312.41º | 0.93% | 0.74% | - |
| XYZ | 26.56 | 13.27 | 30.87 | - |
| YUV | 81.76 | 167.65 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 152 | 0 | 0.93 | 0.19 | 0.26 | 312.41 | 0.86 | 0.4 |
| Hex | BC | E | 98 | 0 | 5D | 13 | 1A | 138 | 56 | 28 |
| Octal | 274 | 16 | 230 | 0 | 135 | 23 | 32 | 470 | 126 | 50 |
| Binary | 10111100 | 1110 | 10011000 | 0 | 1011101 | 10011 | 11010 | 100111000 | 1010110 | 101000 |
Color Harmonies of #BC0E98
Complementary color
Monochromatic Colors of #BC0E98
Black with #BC0E98
Text Example
Text Example
White with #BC0E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0E98; }
p { color: rgb(188,14,152); }
H1.HeaderClassName
{
color: #BC0E98;
}
.AnyTagClassName
{
color: #BC0E98;
}
</style>
background-color css
<style>
a { background-color: #BC0E98; }
a { background-color: rgb(188,14,152); }
div.DivClassName
{
background-color: #BC0E98;
}
.BgClassName
{
background-color: #BC0E98;
}
</style>
border-color css
<style>
span { border-color: #BC0E98; }
span { border-color: rgb(188,14,152); }
td.TdClassName
{
border-color: #BC0E98;
}
.TagClassName
{
border-color: #BC0E98;
}
</style>