Shades of Medium Violet Red #BC136E
Tints of Medium Violet Red #BC136E
RGB
CMYK
RGB Variations
Color information
#BC136E (or 0xBC136E) is known color: Medium Violet Red. HEX triplet: BC, 13 and 6E. RGB value is (188,19,110). Sum of RGB (Red+Green+Blue) = 188+19+110=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC136E is #43EC91. Grayscale: #4F4F4F. Windows color (decimal): -4451474 or 7214012. OLE color: 7214012.
HSL color Cylindrical-coordinate representation of color #BC136E: hue angle of 327.69º 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 #BC136E is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 110 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.26 |
| HSL | 327.69º | 0.82% | 0.41% | - |
| HSV(B) | 327.69º | 0.9% | 0.74% | - |
| XYZ | 23.79 | 12.28 | 15.87 | - |
| YUV | 79.91 | 144.99 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 110 | 0 | 0.90 | 0.41 | 0.26 | 327.69 | 0.82 | 0.41 |
| Hex | BC | 13 | 6E | 0 | 5A | 29 | 1A | 148 | 52 | 29 |
| Octal | 274 | 23 | 156 | 0 | 132 | 51 | 32 | 510 | 122 | 51 |
| Binary | 10111100 | 10011 | 1101110 | 0 | 1011010 | 101001 | 11010 | 101001000 | 1010010 | 101001 |
Color Harmonies of #BC136E
Complementary color
Monochromatic Colors of #BC136E
Black with #BC136E
Text Example
Text Example
White with #BC136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC136E; }
p { color: rgb(188,19,110); }
H1.HeaderClassName
{
color: #BC136E;
}
.AnyTagClassName
{
color: #BC136E;
}
</style>
background-color css
<style>
a { background-color: #BC136E; }
a { background-color: rgb(188,19,110); }
div.DivClassName
{
background-color: #BC136E;
}
.BgClassName
{
background-color: #BC136E;
}
</style>
border-color css
<style>
span { border-color: #BC136E; }
span { border-color: rgb(188,19,110); }
td.TdClassName
{
border-color: #BC136E;
}
.TagClassName
{
border-color: #BC136E;
}
</style>