Shades of Medium Red Violet #BC2585
Tints of Medium Red Violet #BC2585
RGB
CMYK
RGB Variations
Color information
#BC2585 (or 0xBC2585) is known color: Medium Red Violet. HEX triplet: BC, 25 and 85. RGB value is (188,37,133). Sum of RGB (Red+Green+Blue) = 188+37+133=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2585 is #43DA7A. Grayscale: #5C5C5C. Windows color (decimal): -4446843 or 8725948. OLE color: 8725948.
HSL color Cylindrical-coordinate representation of color #BC2585: hue angle of 321.85º 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 #BC2585 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 133 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.26 |
| HSL | 321.85º | 0.67% | 0.44% | - |
| HSV(B) | 321.85º | 0.8% | 0.74% | - |
| XYZ | 25.63 | 13.71 | 23.49 | - |
| YUV | 93.09 | 150.53 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 133 | 0 | 0.80 | 0.29 | 0.26 | 321.85 | 0.67 | 0.44 |
| Hex | BC | 25 | 85 | 0 | 50 | 1D | 1A | 142 | 43 | 2C |
| Octal | 274 | 45 | 205 | 0 | 120 | 35 | 32 | 502 | 103 | 54 |
| Binary | 10111100 | 100101 | 10000101 | 0 | 1010000 | 11101 | 11010 | 101000010 | 1000011 | 101100 |
Color Harmonies of #BC2585
Complementary color
Monochromatic Colors of #BC2585
Black with #BC2585
Text Example
Text Example
White with #BC2585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2585; }
p { color: rgb(188,37,133); }
H1.HeaderClassName
{
color: #BC2585;
}
.AnyTagClassName
{
color: #BC2585;
}
</style>
background-color css
<style>
a { background-color: #BC2585; }
a { background-color: rgb(188,37,133); }
div.DivClassName
{
background-color: #BC2585;
}
.BgClassName
{
background-color: #BC2585;
}
</style>
border-color css
<style>
span { border-color: #BC2585; }
span { border-color: rgb(188,37,133); }
td.TdClassName
{
border-color: #BC2585;
}
.TagClassName
{
border-color: #BC2585;
}
</style>