Shades of Medium Red Violet #BC2597
Tints of Medium Red Violet #BC2597
RGB
CMYK
RGB Variations
Color information
#BC2597 (or 0xBC2597) is known color: Medium Red Violet. HEX triplet: BC, 25 and 97. RGB value is (188,37,151). Sum of RGB (Red+Green+Blue) = 188+37+151=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2597 is #43DA68. Grayscale: #5E5E5E. Windows color (decimal): -4446825 or 9905596. OLE color: 9905596.
HSL color Cylindrical-coordinate representation of color #BC2597: hue angle of 314.7º 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 #BC2597 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 151 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.26 |
| HSL | 314.7º | 0.67% | 0.44% | - |
| HSV(B) | 314.7º | 0.8% | 0.74% | - |
| XYZ | 26.99 | 14.25 | 30.61 | - |
| YUV | 95.15 | 159.53 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 151 | 0 | 0.80 | 0.20 | 0.26 | 314.7 | 0.67 | 0.44 |
| Hex | BC | 25 | 97 | 0 | 50 | 14 | 1A | 13B | 43 | 2C |
| Octal | 274 | 45 | 227 | 0 | 120 | 24 | 32 | 473 | 103 | 54 |
| Binary | 10111100 | 100101 | 10010111 | 0 | 1010000 | 10100 | 11010 | 100111011 | 1000011 | 101100 |
Color Harmonies of #BC2597
Complementary color
Monochromatic Colors of #BC2597
Black with #BC2597
Text Example
Text Example
White with #BC2597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2597; }
p { color: rgb(188,37,151); }
H1.HeaderClassName
{
color: #BC2597;
}
.AnyTagClassName
{
color: #BC2597;
}
</style>
background-color css
<style>
a { background-color: #BC2597; }
a { background-color: rgb(188,37,151); }
div.DivClassName
{
background-color: #BC2597;
}
.BgClassName
{
background-color: #BC2597;
}
</style>
border-color css
<style>
span { border-color: #BC2597; }
span { border-color: rgb(188,37,151); }
td.TdClassName
{
border-color: #BC2597;
}
.TagClassName
{
border-color: #BC2597;
}
</style>