Shades of Medium Violet Red #BC128F
Tints of Medium Violet Red #BC128F
RGB
CMYK
RGB Variations
Color information
#BC128F (or 0xBC128F) is known color: Medium Violet Red. HEX triplet: BC, 12 and 8F. RGB value is (188,18,143). Sum of RGB (Red+Green+Blue) = 188+18+143=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC128F is #43ED70. Grayscale: #525252. Windows color (decimal): -4451697 or 9376444. OLE color: 9376444.
HSL color Cylindrical-coordinate representation of color #BC128F: hue angle of 315.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 #BC128F is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 143 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.26 |
| HSL | 315.88º | 0.83% | 0.4% | - |
| HSV(B) | 315.88º | 0.9% | 0.74% | - |
| XYZ | 25.91 | 13.11 | 27.15 | - |
| YUV | 83.08 | 161.82 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 143 | 0 | 0.90 | 0.24 | 0.26 | 315.88 | 0.83 | 0.4 |
| Hex | BC | 12 | 8F | 0 | 5A | 18 | 1A | 13C | 53 | 28 |
| Octal | 274 | 22 | 217 | 0 | 132 | 30 | 32 | 474 | 123 | 50 |
| Binary | 10111100 | 10010 | 10001111 | 0 | 1011010 | 11000 | 11010 | 100111100 | 1010011 | 101000 |
Color Harmonies of #BC128F
Complementary color
Monochromatic Colors of #BC128F
Black with #BC128F
Text Example
Text Example
White with #BC128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC128F; }
p { color: rgb(188,18,143); }
H1.HeaderClassName
{
color: #BC128F;
}
.AnyTagClassName
{
color: #BC128F;
}
</style>
background-color css
<style>
a { background-color: #BC128F; }
a { background-color: rgb(188,18,143); }
div.DivClassName
{
background-color: #BC128F;
}
.BgClassName
{
background-color: #BC128F;
}
</style>
border-color css
<style>
span { border-color: #BC128F; }
span { border-color: rgb(188,18,143); }
td.TdClassName
{
border-color: #BC128F;
}
.TagClassName
{
border-color: #BC128F;
}
</style>