Shades of Medium Violet Red #BC0597
Tints of Medium Violet Red #BC0597
RGB
CMYK
RGB Variations
Color information
#BC0597 (or 0xBC0597) is known color: Medium Violet Red. HEX triplet: BC, 05 and 97. RGB value is (188,5,151). Sum of RGB (Red+Green+Blue) = 188+5+151=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0597 is #43FA68. Grayscale: #4B4B4B. Windows color (decimal): -4455017 or 9897404. OLE color: 9897404.
HSL color Cylindrical-coordinate representation of color #BC0597: hue angle of 312.13º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0597 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 151 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.26 |
| HSL | 312.13º | 0.95% | 0.38% | - |
| HSV(B) | 312.13º | 0.97% | 0.74% | - |
| XYZ | 26.38 | 13.03 | 30.4 | - |
| YUV | 76.36 | 170.13 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 151 | 0 | 0.97 | 0.20 | 0.26 | 312.13 | 0.95 | 0.38 |
| Hex | BC | 5 | 97 | 0 | 61 | 14 | 1A | 138 | 5F | 26 |
| Octal | 274 | 5 | 227 | 0 | 141 | 24 | 32 | 470 | 137 | 46 |
| Binary | 10111100 | 101 | 10010111 | 0 | 1100001 | 10100 | 11010 | 100111000 | 1011111 | 100110 |
Color Harmonies of #BC0597
Complementary color
Monochromatic Colors of #BC0597
Black with #BC0597
Text Example
Text Example
White with #BC0597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0597; }
p { color: rgb(188,5,151); }
H1.HeaderClassName
{
color: #BC0597;
}
.AnyTagClassName
{
color: #BC0597;
}
</style>
background-color css
<style>
a { background-color: #BC0597; }
a { background-color: rgb(188,5,151); }
div.DivClassName
{
background-color: #BC0597;
}
.BgClassName
{
background-color: #BC0597;
}
</style>
border-color css
<style>
span { border-color: #BC0597; }
span { border-color: rgb(188,5,151); }
td.TdClassName
{
border-color: #BC0597;
}
.TagClassName
{
border-color: #BC0597;
}
</style>