Shades of Medium Violet Red #BC117A
Tints of Medium Violet Red #BC117A
RGB
CMYK
RGB Variations
Color information
#BC117A (or 0xBC117A) is known color: Medium Violet Red. HEX triplet: BC, 11 and 7A. RGB value is (188,17,122). Sum of RGB (Red+Green+Blue) = 188+17+122=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC117A is #43EE85. Grayscale: #4F4F4F. Windows color (decimal): -4451974 or 7999932. OLE color: 7999932.
HSL color Cylindrical-coordinate representation of color #BC117A: hue angle of 323.16º 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 #BC117A is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 122 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.26 |
| HSL | 323.16º | 0.83% | 0.4% | - |
| HSV(B) | 323.16º | 0.91% | 0.74% | - |
| XYZ | 24.45 | 12.5 | 19.54 | - |
| YUV | 80.1 | 151.65 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 122 | 0 | 0.91 | 0.35 | 0.26 | 323.16 | 0.83 | 0.4 |
| Hex | BC | 11 | 7A | 0 | 5B | 23 | 1A | 143 | 53 | 28 |
| Octal | 274 | 21 | 172 | 0 | 133 | 43 | 32 | 503 | 123 | 50 |
| Binary | 10111100 | 10001 | 1111010 | 0 | 1011011 | 100011 | 11010 | 101000011 | 1010011 | 101000 |
Color Harmonies of #BC117A
Complementary color
Monochromatic Colors of #BC117A
Black with #BC117A
Text Example
Text Example
White with #BC117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC117A; }
p { color: rgb(188,17,122); }
H1.HeaderClassName
{
color: #BC117A;
}
.AnyTagClassName
{
color: #BC117A;
}
</style>
background-color css
<style>
a { background-color: #BC117A; }
a { background-color: rgb(188,17,122); }
div.DivClassName
{
background-color: #BC117A;
}
.BgClassName
{
background-color: #BC117A;
}
</style>
border-color css
<style>
span { border-color: #BC117A; }
span { border-color: rgb(188,17,122); }
td.TdClassName
{
border-color: #BC117A;
}
.TagClassName
{
border-color: #BC117A;
}
</style>