Shades of Medium Violet Red #BC127A
Tints of Medium Violet Red #BC127A
RGB
CMYK
RGB Variations
Color information
#BC127A (or 0xBC127A) is known color: Medium Violet Red. HEX triplet: BC, 12 and 7A. RGB value is (188,18,122). Sum of RGB (Red+Green+Blue) = 188+18+122=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC127A is #43ED85. Grayscale: #505050. Windows color (decimal): -4451718 or 8000188. OLE color: 8000188.
HSL color Cylindrical-coordinate representation of color #BC127A: hue angle of 323.29º 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 #BC127A is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 122 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.26 |
| HSL | 323.29º | 0.83% | 0.4% | - |
| HSV(B) | 323.29º | 0.9% | 0.74% | - |
| XYZ | 24.47 | 12.53 | 19.54 | - |
| YUV | 80.69 | 151.32 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 122 | 0 | 0.90 | 0.35 | 0.26 | 323.29 | 0.83 | 0.4 |
| Hex | BC | 12 | 7A | 0 | 5A | 23 | 1A | 143 | 53 | 28 |
| Octal | 274 | 22 | 172 | 0 | 132 | 43 | 32 | 503 | 123 | 50 |
| Binary | 10111100 | 10010 | 1111010 | 0 | 1011010 | 100011 | 11010 | 101000011 | 1010011 | 101000 |
Color Harmonies of #BC127A
Complementary color
Monochromatic Colors of #BC127A
Black with #BC127A
Text Example
Text Example
White with #BC127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC127A; }
p { color: rgb(188,18,122); }
H1.HeaderClassName
{
color: #BC127A;
}
.AnyTagClassName
{
color: #BC127A;
}
</style>
background-color css
<style>
a { background-color: #BC127A; }
a { background-color: rgb(188,18,122); }
div.DivClassName
{
background-color: #BC127A;
}
.BgClassName
{
background-color: #BC127A;
}
</style>
border-color css
<style>
span { border-color: #BC127A; }
span { border-color: rgb(188,18,122); }
td.TdClassName
{
border-color: #BC127A;
}
.TagClassName
{
border-color: #BC127A;
}
</style>