Shades of Medium Violet Red #BC138E
Tints of Medium Violet Red #BC138E
RGB
CMYK
RGB Variations
Color information
#BC138E (or 0xBC138E) is known color: Medium Violet Red. HEX triplet: BC, 13 and 8E. RGB value is (188,19,142). Sum of RGB (Red+Green+Blue) = 188+19+142=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC138E is #43EC71. Grayscale: #535353. Windows color (decimal): -4451442 or 9311164. OLE color: 9311164.
HSL color Cylindrical-coordinate representation of color #BC138E: hue angle of 316.33º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC138E is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 142 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.26 |
| HSL | 316.33º | 0.82% | 0.41% | - |
| HSV(B) | 316.33º | 0.9% | 0.74% | - |
| XYZ | 25.85 | 13.11 | 26.76 | - |
| YUV | 83.55 | 160.99 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 142 | 0 | 0.90 | 0.24 | 0.26 | 316.33 | 0.82 | 0.41 |
| Hex | BC | 13 | 8E | 0 | 5A | 18 | 1A | 13C | 52 | 29 |
| Octal | 274 | 23 | 216 | 0 | 132 | 30 | 32 | 474 | 122 | 51 |
| Binary | 10111100 | 10011 | 10001110 | 0 | 1011010 | 11000 | 11010 | 100111100 | 1010010 | 101001 |
Color Harmonies of #BC138E
Complementary color
Monochromatic Colors of #BC138E
Black with #BC138E
Text Example
Text Example
White with #BC138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC138E; }
p { color: rgb(188,19,142); }
H1.HeaderClassName
{
color: #BC138E;
}
.AnyTagClassName
{
color: #BC138E;
}
</style>
background-color css
<style>
a { background-color: #BC138E; }
a { background-color: rgb(188,19,142); }
div.DivClassName
{
background-color: #BC138E;
}
.BgClassName
{
background-color: #BC138E;
}
</style>
border-color css
<style>
span { border-color: #BC138E; }
span { border-color: rgb(188,19,142); }
td.TdClassName
{
border-color: #BC138E;
}
.TagClassName
{
border-color: #BC138E;
}
</style>