Shades of Medium Violet Red #BC1275
Tints of Medium Violet Red #BC1275
RGB
CMYK
RGB Variations
Color information
#BC1275 (or 0xBC1275) is known color: Medium Violet Red. HEX triplet: BC, 12 and 75. RGB value is (188,18,117). Sum of RGB (Red+Green+Blue) = 188+18+117=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1275 is #43ED8A. Grayscale: #4F4F4F. Windows color (decimal): -4451723 or 7672508. OLE color: 7672508.
HSL color Cylindrical-coordinate representation of color #BC1275: hue angle of 325.06º 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 #BC1275 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 117 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.26 |
| HSL | 325.06º | 0.83% | 0.4% | - |
| HSV(B) | 325.06º | 0.9% | 0.74% | - |
| XYZ | 24.17 | 12.41 | 17.95 | - |
| YUV | 80.12 | 148.82 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 117 | 0 | 0.90 | 0.38 | 0.26 | 325.06 | 0.83 | 0.4 |
| Hex | BC | 12 | 75 | 0 | 5A | 26 | 1A | 145 | 53 | 28 |
| Octal | 274 | 22 | 165 | 0 | 132 | 46 | 32 | 505 | 123 | 50 |
| Binary | 10111100 | 10010 | 1110101 | 0 | 1011010 | 100110 | 11010 | 101000101 | 1010011 | 101000 |
Color Harmonies of #BC1275
Complementary color
Monochromatic Colors of #BC1275
Black with #BC1275
Text Example
Text Example
White with #BC1275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1275; }
p { color: rgb(188,18,117); }
H1.HeaderClassName
{
color: #BC1275;
}
.AnyTagClassName
{
color: #BC1275;
}
</style>
background-color css
<style>
a { background-color: #BC1275; }
a { background-color: rgb(188,18,117); }
div.DivClassName
{
background-color: #BC1275;
}
.BgClassName
{
background-color: #BC1275;
}
</style>
border-color css
<style>
span { border-color: #BC1275; }
span { border-color: rgb(188,18,117); }
td.TdClassName
{
border-color: #BC1275;
}
.TagClassName
{
border-color: #BC1275;
}
</style>