Shades of Medium Violet Red #BC0278
Tints of Medium Violet Red #BC0278
RGB
CMYK
RGB Variations
Color information
#BC0278 (or 0xBC0278) is known color: Medium Violet Red. HEX triplet: BC, 02 and 78. RGB value is (188,2,120). Sum of RGB (Red+Green+Blue) = 188+2+120=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0278 is #43FD87. Grayscale: #464646. Windows color (decimal): -4455816 or 7865020. OLE color: 7865020.
HSL color Cylindrical-coordinate representation of color #BC0278: hue angle of 321.94º 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 #BC0278 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.26 |
| HSL | 321.94º | 0.98% | 0.37% | - |
| HSV(B) | 321.94º | 0.99% | 0.74% | - |
| XYZ | 24.15 | 12.09 | 18.83 | - |
| YUV | 71.07 | 155.62 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 120 | 0 | 0.99 | 0.36 | 0.26 | 321.94 | 0.98 | 0.37 |
| Hex | BC | 2 | 78 | 0 | 63 | 24 | 1A | 142 | 62 | 25 |
| Octal | 274 | 2 | 170 | 0 | 143 | 44 | 32 | 502 | 142 | 45 |
| Binary | 10111100 | 10 | 1111000 | 0 | 1100011 | 100100 | 11010 | 101000010 | 1100010 | 100101 |
Color Harmonies of #BC0278
Complementary color
Monochromatic Colors of #BC0278
Black with #BC0278
Text Example
Text Example
White with #BC0278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0278; }
p { color: rgb(188,2,120); }
H1.HeaderClassName
{
color: #BC0278;
}
.AnyTagClassName
{
color: #BC0278;
}
</style>
background-color css
<style>
a { background-color: #BC0278; }
a { background-color: rgb(188,2,120); }
div.DivClassName
{
background-color: #BC0278;
}
.BgClassName
{
background-color: #BC0278;
}
</style>
border-color css
<style>
span { border-color: #BC0278; }
span { border-color: rgb(188,2,120); }
td.TdClassName
{
border-color: #BC0278;
}
.TagClassName
{
border-color: #BC0278;
}
</style>