Shades of Medium Violet Red #BC0E7B
Tints of Medium Violet Red #BC0E7B
RGB
CMYK
RGB Variations
Color information
#BC0E7B (or 0xBC0E7B) is known color: Medium Violet Red. HEX triplet: BC, 0E and 7B. RGB value is (188,14,123). Sum of RGB (Red+Green+Blue) = 188+14+123=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E7B is #43F184. Grayscale: #4E4E4E. Windows color (decimal): -4452741 or 8064700. OLE color: 8064700.
HSL color Cylindrical-coordinate representation of color #BC0E7B: hue angle of 322.41º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E7B is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 14 | 123 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.26 |
| HSL | 322.41º | 0.86% | 0.4% | - |
| HSV(B) | 322.41º | 0.93% | 0.74% | - |
| XYZ | 24.47 | 12.44 | 19.85 | - |
| YUV | 78.45 | 153.15 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 123 | 0 | 0.93 | 0.35 | 0.26 | 322.41 | 0.86 | 0.4 |
| Hex | BC | E | 7B | 0 | 5D | 23 | 1A | 142 | 56 | 28 |
| Octal | 274 | 16 | 173 | 0 | 135 | 43 | 32 | 502 | 126 | 50 |
| Binary | 10111100 | 1110 | 1111011 | 0 | 1011101 | 100011 | 11010 | 101000010 | 1010110 | 101000 |
Color Harmonies of #BC0E7B
Complementary color
Monochromatic Colors of #BC0E7B
Black with #BC0E7B
Text Example
Text Example
White with #BC0E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0E7B; }
p { color: rgb(188,14,123); }
H1.HeaderClassName
{
color: #BC0E7B;
}
.AnyTagClassName
{
color: #BC0E7B;
}
</style>
background-color css
<style>
a { background-color: #BC0E7B; }
a { background-color: rgb(188,14,123); }
div.DivClassName
{
background-color: #BC0E7B;
}
.BgClassName
{
background-color: #BC0E7B;
}
</style>
border-color css
<style>
span { border-color: #BC0E7B; }
span { border-color: rgb(188,14,123); }
td.TdClassName
{
border-color: #BC0E7B;
}
.TagClassName
{
border-color: #BC0E7B;
}
</style>