Shades of Medium Violet Red #BC1278
Tints of Medium Violet Red #BC1278
RGB
CMYK
RGB Variations
Color information
#BC1278 (or 0xBC1278) is known color: Medium Violet Red. HEX triplet: BC, 12 and 78. RGB value is (188,18,120). Sum of RGB (Red+Green+Blue) = 188+18+120=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1278 is #43ED87. Grayscale: #505050. Windows color (decimal): -4451720 or 7869116. OLE color: 7869116.
HSL color Cylindrical-coordinate representation of color #BC1278: hue angle of 324º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1278 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 120 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.26 |
| HSL | 324º | 0.83% | 0.4% | - |
| HSV(B) | 324º | 0.9% | 0.74% | - |
| XYZ | 24.35 | 12.48 | 18.9 | - |
| YUV | 80.46 | 150.32 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 120 | 0 | 0.90 | 0.36 | 0.26 | 324 | 0.83 | 0.4 |
| Hex | BC | 12 | 78 | 0 | 5A | 24 | 1A | 144 | 53 | 28 |
| Octal | 274 | 22 | 170 | 0 | 132 | 44 | 32 | 504 | 123 | 50 |
| Binary | 10111100 | 10010 | 1111000 | 0 | 1011010 | 100100 | 11010 | 101000100 | 1010011 | 101000 |
Color Harmonies of #BC1278
Complementary color
Monochromatic Colors of #BC1278
Black with #BC1278
Text Example
Text Example
White with #BC1278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1278; }
p { color: rgb(188,18,120); }
H1.HeaderClassName
{
color: #BC1278;
}
.AnyTagClassName
{
color: #BC1278;
}
</style>
background-color css
<style>
a { background-color: #BC1278; }
a { background-color: rgb(188,18,120); }
div.DivClassName
{
background-color: #BC1278;
}
.BgClassName
{
background-color: #BC1278;
}
</style>
border-color css
<style>
span { border-color: #BC1278; }
span { border-color: rgb(188,18,120); }
td.TdClassName
{
border-color: #BC1278;
}
.TagClassName
{
border-color: #BC1278;
}
</style>