Shades of Medium Violet Red #BC127E
Tints of Medium Violet Red #BC127E
RGB
CMYK
RGB Variations
Color information
#BC127E (or 0xBC127E) is known color: Medium Violet Red. HEX triplet: BC, 12 and 7E. RGB value is (188,18,126). Sum of RGB (Red+Green+Blue) = 188+18+126=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC127E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC127E is #43ED81. Grayscale: #505050. Windows color (decimal): -4451714 or 8262332. OLE color: 8262332.
HSL color Cylindrical-coordinate representation of color #BC127E: hue angle of 321.88º 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 #BC127E is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 126 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.26 |
| HSL | 321.88º | 0.83% | 0.4% | - |
| HSV(B) | 321.88º | 0.9% | 0.74% | - |
| XYZ | 24.72 | 12.63 | 20.87 | - |
| YUV | 81.14 | 153.32 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 126 | 0 | 0.90 | 0.33 | 0.26 | 321.88 | 0.83 | 0.4 |
| Hex | BC | 12 | 7E | 0 | 5A | 21 | 1A | 142 | 53 | 28 |
| Octal | 274 | 22 | 176 | 0 | 132 | 41 | 32 | 502 | 123 | 50 |
| Binary | 10111100 | 10010 | 1111110 | 0 | 1011010 | 100001 | 11010 | 101000010 | 1010011 | 101000 |
Color Harmonies of #BC127E
Complementary color
Monochromatic Colors of #BC127E
Black with #BC127E
Text Example
Text Example
White with #BC127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC127E; }
p { color: rgb(188,18,126); }
H1.HeaderClassName
{
color: #BC127E;
}
.AnyTagClassName
{
color: #BC127E;
}
</style>
background-color css
<style>
a { background-color: #BC127E; }
a { background-color: rgb(188,18,126); }
div.DivClassName
{
background-color: #BC127E;
}
.BgClassName
{
background-color: #BC127E;
}
</style>
border-color css
<style>
span { border-color: #BC127E; }
span { border-color: rgb(188,18,126); }
td.TdClassName
{
border-color: #BC127E;
}
.TagClassName
{
border-color: #BC127E;
}
</style>