Shades of Medium Violet Red #BC0095
Tints of Medium Violet Red #BC0095
RGB
CMYK
RGB Variations
Color information
#BC0095 (or 0xBC0095) is known color: Medium Violet Red. HEX triplet: BC, 00 and 95. RGB value is (188,0,149). Sum of RGB (Red+Green+Blue) = 188+0+149=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0095 is #43FF6A. Grayscale: #484848. Windows color (decimal): -4456299 or 9765052. OLE color: 9765052.
HSL color Cylindrical-coordinate representation of color #BC0095: hue angle of 312.45º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0095 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.21 | 0.26 |
| HSL | 312.45º | 1% | 0.37% | - |
| HSV(B) | 312.45º | 1% | 0.74% | - |
| XYZ | 26.16 | 12.86 | 29.54 | - |
| YUV | 73.2 | 170.78 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 149 | 0 | 1 | 0.21 | 0.26 | 312.45 | 1 | 0.37 |
| Hex | BC | 0 | 95 | 0 | 64 | 15 | 1A | 138 | 64 | 25 |
| Octal | 274 | 0 | 225 | 0 | 144 | 25 | 32 | 470 | 144 | 45 |
| Binary | 10111100 | 0 | 10010101 | 0 | 1100100 | 10101 | 11010 | 100111000 | 1100100 | 100101 |
Color Harmonies of #BC0095
Complementary color
Monochromatic Colors of #BC0095
Black with #BC0095
Text Example
Text Example
White with #BC0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0095; }
p { color: rgb(188,0,149); }
H1.HeaderClassName
{
color: #BC0095;
}
.AnyTagClassName
{
color: #BC0095;
}
</style>
background-color css
<style>
a { background-color: #BC0095; }
a { background-color: rgb(188,0,149); }
div.DivClassName
{
background-color: #BC0095;
}
.BgClassName
{
background-color: #BC0095;
}
</style>
border-color css
<style>
span { border-color: #BC0095; }
span { border-color: rgb(188,0,149); }
td.TdClassName
{
border-color: #BC0095;
}
.TagClassName
{
border-color: #BC0095;
}
</style>