Shades of Medium Violet Red #BC137D
Tints of Medium Violet Red #BC137D
RGB
CMYK
RGB Variations
Color information
#BC137D (or 0xBC137D) is known color: Medium Violet Red. HEX triplet: BC, 13 and 7D. RGB value is (188,19,125). Sum of RGB (Red+Green+Blue) = 188+19+125=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC137D is #43EC82. Grayscale: #515151. Windows color (decimal): -4451459 or 8197052. OLE color: 8197052.
HSL color Cylindrical-coordinate representation of color #BC137D: hue angle of 322.37º 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 #BC137D is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 125 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.26 |
| HSL | 322.37º | 0.82% | 0.41% | - |
| HSV(B) | 322.37º | 0.9% | 0.74% | - |
| XYZ | 24.67 | 12.64 | 20.54 | - |
| YUV | 81.62 | 152.49 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 125 | 0 | 0.90 | 0.34 | 0.26 | 322.37 | 0.82 | 0.41 |
| Hex | BC | 13 | 7D | 0 | 5A | 22 | 1A | 142 | 52 | 29 |
| Octal | 274 | 23 | 175 | 0 | 132 | 42 | 32 | 502 | 122 | 51 |
| Binary | 10111100 | 10011 | 1111101 | 0 | 1011010 | 100010 | 11010 | 101000010 | 1010010 | 101001 |
Color Harmonies of #BC137D
Complementary color
Monochromatic Colors of #BC137D
Black with #BC137D
Text Example
Text Example
White with #BC137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC137D; }
p { color: rgb(188,19,125); }
H1.HeaderClassName
{
color: #BC137D;
}
.AnyTagClassName
{
color: #BC137D;
}
</style>
background-color css
<style>
a { background-color: #BC137D; }
a { background-color: rgb(188,19,125); }
div.DivClassName
{
background-color: #BC137D;
}
.BgClassName
{
background-color: #BC137D;
}
</style>
border-color css
<style>
span { border-color: #BC137D; }
span { border-color: rgb(188,19,125); }
td.TdClassName
{
border-color: #BC137D;
}
.TagClassName
{
border-color: #BC137D;
}
</style>