Shades of Medium Red Violet #BC2595
Tints of Medium Red Violet #BC2595
RGB
CMYK
RGB Variations
Color information
#BC2595 (or 0xBC2595) is known color: Medium Red Violet. HEX triplet: BC, 25 and 95. RGB value is (188,37,149). Sum of RGB (Red+Green+Blue) = 188+37+149=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2595 is #43DA6A. Grayscale: #5E5E5E. Windows color (decimal): -4446827 or 9774524. OLE color: 9774524.
HSL color Cylindrical-coordinate representation of color #BC2595: hue angle of 315.5º 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 #BC2595 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 149 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.26 |
| HSL | 315.5º | 0.67% | 0.44% | - |
| HSV(B) | 315.5º | 0.8% | 0.74% | - |
| XYZ | 26.83 | 14.18 | 29.76 | - |
| YUV | 94.92 | 158.53 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 149 | 0 | 0.80 | 0.21 | 0.26 | 315.5 | 0.67 | 0.44 |
| Hex | BC | 25 | 95 | 0 | 50 | 15 | 1A | 13B | 43 | 2C |
| Octal | 274 | 45 | 225 | 0 | 120 | 25 | 32 | 473 | 103 | 54 |
| Binary | 10111100 | 100101 | 10010101 | 0 | 1010000 | 10101 | 11010 | 100111011 | 1000011 | 101100 |
Color Harmonies of #BC2595
Complementary color
Monochromatic Colors of #BC2595
Black with #BC2595
Text Example
Text Example
White with #BC2595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2595; }
p { color: rgb(188,37,149); }
H1.HeaderClassName
{
color: #BC2595;
}
.AnyTagClassName
{
color: #BC2595;
}
</style>
background-color css
<style>
a { background-color: #BC2595; }
a { background-color: rgb(188,37,149); }
div.DivClassName
{
background-color: #BC2595;
}
.BgClassName
{
background-color: #BC2595;
}
</style>
border-color css
<style>
span { border-color: #BC2595; }
span { border-color: rgb(188,37,149); }
td.TdClassName
{
border-color: #BC2595;
}
.TagClassName
{
border-color: #BC2595;
}
</style>