Shades of Medium Violet Red #BC0279
Tints of Medium Violet Red #BC0279
RGB
CMYK
RGB Variations
Color information
#BC0279 (or 0xBC0279) is known color: Medium Violet Red. HEX triplet: BC, 02 and 79. RGB value is (188,2,121). Sum of RGB (Red+Green+Blue) = 188+2+121=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0279 is #43FD86. Grayscale: #464646. Windows color (decimal): -4455815 or 7930556. OLE color: 7930556.
HSL color Cylindrical-coordinate representation of color #BC0279: hue angle of 321.61º degrees, saturation: 0.98, 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 #BC0279 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 121 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.26 |
| HSL | 321.61º | 0.98% | 0.37% | - |
| HSV(B) | 321.61º | 0.99% | 0.74% | - |
| XYZ | 24.21 | 12.12 | 19.15 | - |
| YUV | 71.18 | 156.12 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 121 | 0 | 0.99 | 0.36 | 0.26 | 321.61 | 0.98 | 0.37 |
| Hex | BC | 2 | 79 | 0 | 63 | 24 | 1A | 142 | 62 | 25 |
| Octal | 274 | 2 | 171 | 0 | 143 | 44 | 32 | 502 | 142 | 45 |
| Binary | 10111100 | 10 | 1111001 | 0 | 1100011 | 100100 | 11010 | 101000010 | 1100010 | 100101 |
Color Harmonies of #BC0279
Complementary color
Monochromatic Colors of #BC0279
Black with #BC0279
Text Example
Text Example
White with #BC0279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0279; }
p { color: rgb(188,2,121); }
H1.HeaderClassName
{
color: #BC0279;
}
.AnyTagClassName
{
color: #BC0279;
}
</style>
background-color css
<style>
a { background-color: #BC0279; }
a { background-color: rgb(188,2,121); }
div.DivClassName
{
background-color: #BC0279;
}
.BgClassName
{
background-color: #BC0279;
}
</style>
border-color css
<style>
span { border-color: #BC0279; }
span { border-color: rgb(188,2,121); }
td.TdClassName
{
border-color: #BC0279;
}
.TagClassName
{
border-color: #BC0279;
}
</style>