Shades of Medium Red Violet #BC2575
Tints of Medium Red Violet #BC2575
RGB
CMYK
RGB Variations
Color information
#BC2575 (or 0xBC2575) is known color: Medium Red Violet. HEX triplet: BC, 25 and 75. RGB value is (188,37,117). Sum of RGB (Red+Green+Blue) = 188+37+117=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2575 is #43DA8A. Grayscale: #5B5B5B. Windows color (decimal): -4446859 or 7677372. OLE color: 7677372.
HSL color Cylindrical-coordinate representation of color #BC2575: hue angle of 328.21º 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 #BC2575 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 117 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.26 |
| HSL | 328.21º | 0.67% | 0.44% | - |
| HSV(B) | 328.21º | 0.8% | 0.74% | - |
| XYZ | 24.61 | 13.3 | 18.1 | - |
| YUV | 91.27 | 142.53 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 117 | 0 | 0.80 | 0.38 | 0.26 | 328.21 | 0.67 | 0.44 |
| Hex | BC | 25 | 75 | 0 | 50 | 26 | 1A | 148 | 43 | 2C |
| Octal | 274 | 45 | 165 | 0 | 120 | 46 | 32 | 510 | 103 | 54 |
| Binary | 10111100 | 100101 | 1110101 | 0 | 1010000 | 100110 | 11010 | 101001000 | 1000011 | 101100 |
Color Harmonies of #BC2575
Complementary color
Monochromatic Colors of #BC2575
Black with #BC2575
Text Example
Text Example
White with #BC2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2575; }
p { color: rgb(188,37,117); }
H1.HeaderClassName
{
color: #BC2575;
}
.AnyTagClassName
{
color: #BC2575;
}
</style>
background-color css
<style>
a { background-color: #BC2575; }
a { background-color: rgb(188,37,117); }
div.DivClassName
{
background-color: #BC2575;
}
.BgClassName
{
background-color: #BC2575;
}
</style>
border-color css
<style>
span { border-color: #BC2575; }
span { border-color: rgb(188,37,117); }
td.TdClassName
{
border-color: #BC2575;
}
.TagClassName
{
border-color: #BC2575;
}
</style>