Shades of Medium Violet Red #BC1EA8
Tints of Medium Violet Red #BC1EA8
RGB
CMYK
RGB Variations
Color information
#BC1EA8 (or 0xBC1EA8) is known color: Medium Violet Red. HEX triplet: BC, 1E and A8. RGB value is (188,30,168). Sum of RGB (Red+Green+Blue) = 188+30+168=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1EA8 is #43E157. Grayscale: #5C5C5C. Windows color (decimal): -4448600 or 11017916. OLE color: 11017916.
HSL color Cylindrical-coordinate representation of color #BC1EA8: hue angle of 307.59º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1EA8 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 168 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.26 |
| HSL | 307.59º | 0.72% | 0.43% | - |
| HSV(B) | 307.59º | 0.84% | 0.74% | - |
| XYZ | 28.27 | 14.45 | 38.34 | - |
| YUV | 92.97 | 170.35 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 168 | 0 | 0.84 | 0.11 | 0.26 | 307.59 | 0.72 | 0.43 |
| Hex | BC | 1E | A8 | 0 | 54 | B | 1A | 134 | 48 | 2B |
| Octal | 274 | 36 | 250 | 0 | 124 | 13 | 32 | 464 | 110 | 53 |
| Binary | 10111100 | 11110 | 10101000 | 0 | 1010100 | 1011 | 11010 | 100110100 | 1001000 | 101011 |
Color Harmonies of #BC1EA8
Complementary color
Monochromatic Colors of #BC1EA8
Black with #BC1EA8
Text Example
Text Example
White with #BC1EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1EA8; }
p { color: rgb(188,30,168); }
H1.HeaderClassName
{
color: #BC1EA8;
}
.AnyTagClassName
{
color: #BC1EA8;
}
</style>
background-color css
<style>
a { background-color: #BC1EA8; }
a { background-color: rgb(188,30,168); }
div.DivClassName
{
background-color: #BC1EA8;
}
.BgClassName
{
background-color: #BC1EA8;
}
</style>
border-color css
<style>
span { border-color: #BC1EA8; }
span { border-color: rgb(188,30,168); }
td.TdClassName
{
border-color: #BC1EA8;
}
.TagClassName
{
border-color: #BC1EA8;
}
</style>