Shades of Medium Violet Red #BC117B
Tints of Medium Violet Red #BC117B
RGB
CMYK
RGB Variations
Color information
#BC117B (or 0xBC117B) is known color: Medium Violet Red. HEX triplet: BC, 11 and 7B. RGB value is (188,17,123). Sum of RGB (Red+Green+Blue) = 188+17+123=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC117B is #43EE84. Grayscale: #4F4F4F. Windows color (decimal): -4451973 or 8065468. OLE color: 8065468.
HSL color Cylindrical-coordinate representation of color #BC117B: hue angle of 322.81º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC117B is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 123 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.26 |
| HSL | 322.81º | 0.83% | 0.4% | - |
| HSV(B) | 322.81º | 0.91% | 0.74% | - |
| XYZ | 24.51 | 12.52 | 19.86 | - |
| YUV | 80.21 | 152.15 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 123 | 0 | 0.91 | 0.35 | 0.26 | 322.81 | 0.83 | 0.4 |
| Hex | BC | 11 | 7B | 0 | 5B | 23 | 1A | 143 | 53 | 28 |
| Octal | 274 | 21 | 173 | 0 | 133 | 43 | 32 | 503 | 123 | 50 |
| Binary | 10111100 | 10001 | 1111011 | 0 | 1011011 | 100011 | 11010 | 101000011 | 1010011 | 101000 |
Color Harmonies of #BC117B
Complementary color
Monochromatic Colors of #BC117B
Black with #BC117B
Text Example
Text Example
White with #BC117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC117B; }
p { color: rgb(188,17,123); }
H1.HeaderClassName
{
color: #BC117B;
}
.AnyTagClassName
{
color: #BC117B;
}
</style>
background-color css
<style>
a { background-color: #BC117B; }
a { background-color: rgb(188,17,123); }
div.DivClassName
{
background-color: #BC117B;
}
.BgClassName
{
background-color: #BC117B;
}
</style>
border-color css
<style>
span { border-color: #BC117B; }
span { border-color: rgb(188,17,123); }
td.TdClassName
{
border-color: #BC117B;
}
.TagClassName
{
border-color: #BC117B;
}
</style>