Shades of Medium Violet Red #BC0195
Tints of Medium Violet Red #BC0195
RGB
CMYK
RGB Variations
Color information
#BC0195 (or 0xBC0195) is known color: Medium Violet Red. HEX triplet: BC, 01 and 95. RGB value is (188,1,149). Sum of RGB (Red+Green+Blue) = 188+1+149=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0195 is #43FE6A. Grayscale: #494949. Windows color (decimal): -4456043 or 9765308. OLE color: 9765308.
HSL color Cylindrical-coordinate representation of color #BC0195: hue angle of 312.51º 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 #BC0195 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 149 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.26 |
| HSL | 312.51º | 0.99% | 0.37% | - |
| HSV(B) | 312.51º | 0.99% | 0.74% | - |
| XYZ | 26.17 | 12.88 | 29.54 | - |
| YUV | 73.79 | 170.45 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 149 | 0 | 0.99 | 0.21 | 0.26 | 312.51 | 0.99 | 0.37 |
| Hex | BC | 1 | 95 | 0 | 63 | 15 | 1A | 139 | 63 | 25 |
| Octal | 274 | 1 | 225 | 0 | 143 | 25 | 32 | 471 | 143 | 45 |
| Binary | 10111100 | 1 | 10010101 | 0 | 1100011 | 10101 | 11010 | 100111001 | 1100011 | 100101 |
Color Harmonies of #BC0195
Complementary color
Monochromatic Colors of #BC0195
Black with #BC0195
Text Example
Text Example
White with #BC0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0195; }
p { color: rgb(188,1,149); }
H1.HeaderClassName
{
color: #BC0195;
}
.AnyTagClassName
{
color: #BC0195;
}
</style>
background-color css
<style>
a { background-color: #BC0195; }
a { background-color: rgb(188,1,149); }
div.DivClassName
{
background-color: #BC0195;
}
.BgClassName
{
background-color: #BC0195;
}
</style>
border-color css
<style>
span { border-color: #BC0195; }
span { border-color: rgb(188,1,149); }
td.TdClassName
{
border-color: #BC0195;
}
.TagClassName
{
border-color: #BC0195;
}
</style>