Shades of Medium Violet Red #BC137B
Tints of Medium Violet Red #BC137B
RGB
CMYK
RGB Variations
Color information
#BC137B (or 0xBC137B) is known color: Medium Violet Red. HEX triplet: BC, 13 and 7B. RGB value is (188,19,123). Sum of RGB (Red+Green+Blue) = 188+19+123=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC137B is #43EC84. Grayscale: #515151. Windows color (decimal): -4451461 or 8065980. OLE color: 8065980.
HSL color Cylindrical-coordinate representation of color #BC137B: hue angle of 323.08º 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 #BC137B is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 123 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.26 |
| HSL | 323.08º | 0.82% | 0.41% | - |
| HSV(B) | 323.08º | 0.9% | 0.74% | - |
| XYZ | 24.55 | 12.59 | 19.87 | - |
| YUV | 81.39 | 151.49 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 123 | 0 | 0.90 | 0.35 | 0.26 | 323.08 | 0.82 | 0.41 |
| Hex | BC | 13 | 7B | 0 | 5A | 23 | 1A | 143 | 52 | 29 |
| Octal | 274 | 23 | 173 | 0 | 132 | 43 | 32 | 503 | 122 | 51 |
| Binary | 10111100 | 10011 | 1111011 | 0 | 1011010 | 100011 | 11010 | 101000011 | 1010010 | 101001 |
Color Harmonies of #BC137B
Complementary color
Monochromatic Colors of #BC137B
Black with #BC137B
Text Example
Text Example
White with #BC137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC137B; }
p { color: rgb(188,19,123); }
H1.HeaderClassName
{
color: #BC137B;
}
.AnyTagClassName
{
color: #BC137B;
}
</style>
background-color css
<style>
a { background-color: #BC137B; }
a { background-color: rgb(188,19,123); }
div.DivClassName
{
background-color: #BC137B;
}
.BgClassName
{
background-color: #BC137B;
}
</style>
border-color css
<style>
span { border-color: #BC137B; }
span { border-color: rgb(188,19,123); }
td.TdClassName
{
border-color: #BC137B;
}
.TagClassName
{
border-color: #BC137B;
}
</style>