Shades of Medium Red Violet #BC2795
Tints of Medium Red Violet #BC2795
RGB
CMYK
RGB Variations
Color information
#BC2795 (or 0xBC2795) is known color: Medium Red Violet. HEX triplet: BC, 27 and 95. RGB value is (188,39,149). Sum of RGB (Red+Green+Blue) = 188+39+149=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2795 is #43D86A. Grayscale: #5F5F5F. Windows color (decimal): -4446315 or 9775036. OLE color: 9775036.
HSL color Cylindrical-coordinate representation of color #BC2795: hue angle of 315.7º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2795 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 149 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.26 |
| HSL | 315.7º | 0.66% | 0.45% | - |
| HSV(B) | 315.7º | 0.79% | 0.74% | - |
| XYZ | 26.89 | 14.31 | 29.78 | - |
| YUV | 96.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 149 | 0 | 0.79 | 0.21 | 0.26 | 315.7 | 0.66 | 0.45 |
| Hex | BC | 27 | 95 | 0 | 4F | 15 | 1A | 13C | 42 | 2D |
| Octal | 274 | 47 | 225 | 0 | 117 | 25 | 32 | 474 | 102 | 55 |
| Binary | 10111100 | 100111 | 10010101 | 0 | 1001111 | 10101 | 11010 | 100111100 | 1000010 | 101101 |
Color Harmonies of #BC2795
Complementary color
Monochromatic Colors of #BC2795
Black with #BC2795
Text Example
Text Example
White with #BC2795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2795; }
p { color: rgb(188,39,149); }
H1.HeaderClassName
{
color: #BC2795;
}
.AnyTagClassName
{
color: #BC2795;
}
</style>
background-color css
<style>
a { background-color: #BC2795; }
a { background-color: rgb(188,39,149); }
div.DivClassName
{
background-color: #BC2795;
}
.BgClassName
{
background-color: #BC2795;
}
</style>
border-color css
<style>
span { border-color: #BC2795; }
span { border-color: rgb(188,39,149); }
td.TdClassName
{
border-color: #BC2795;
}
.TagClassName
{
border-color: #BC2795;
}
</style>