Shades of Medium Red Violet #BC2586
Tints of Medium Red Violet #BC2586
RGB
CMYK
RGB Variations
Color information
#BC2586 (or 0xBC2586) is known color: Medium Red Violet. HEX triplet: BC, 25 and 86. RGB value is (188,37,134). Sum of RGB (Red+Green+Blue) = 188+37+134=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2586 is #43DA79. Grayscale: #5C5C5C. Windows color (decimal): -4446842 or 8791484. OLE color: 8791484.
HSL color Cylindrical-coordinate representation of color #BC2586: hue angle of 321.46º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2586 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 134 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.26 |
| HSL | 321.46º | 0.67% | 0.44% | - |
| HSV(B) | 321.46º | 0.8% | 0.74% | - |
| XYZ | 25.7 | 13.74 | 23.85 | - |
| YUV | 93.21 | 151.03 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 134 | 0 | 0.80 | 0.29 | 0.26 | 321.46 | 0.67 | 0.44 |
| Hex | BC | 25 | 86 | 0 | 50 | 1D | 1A | 141 | 43 | 2C |
| Octal | 274 | 45 | 206 | 0 | 120 | 35 | 32 | 501 | 103 | 54 |
| Binary | 10111100 | 100101 | 10000110 | 0 | 1010000 | 11101 | 11010 | 101000001 | 1000011 | 101100 |
Color Harmonies of #BC2586
Complementary color
Monochromatic Colors of #BC2586
Black with #BC2586
Text Example
Text Example
White with #BC2586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2586; }
p { color: rgb(188,37,134); }
H1.HeaderClassName
{
color: #BC2586;
}
.AnyTagClassName
{
color: #BC2586;
}
</style>
background-color css
<style>
a { background-color: #BC2586; }
a { background-color: rgb(188,37,134); }
div.DivClassName
{
background-color: #BC2586;
}
.BgClassName
{
background-color: #BC2586;
}
</style>
border-color css
<style>
span { border-color: #BC2586; }
span { border-color: rgb(188,37,134); }
td.TdClassName
{
border-color: #BC2586;
}
.TagClassName
{
border-color: #BC2586;
}
</style>