Shades of Medium Red Violet #BC3E95
Tints of Medium Red Violet #BC3E95
RGB
CMYK
RGB Variations
Color information
#BC3E95 (or 0xBC3E95) is known color: Medium Red Violet. HEX triplet: BC, 3E and 95. RGB value is (188,62,149). Sum of RGB (Red+Green+Blue) = 188+62+149=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3E95 is #43C16A. Grayscale: #6D6D6D. Windows color (decimal): -4440427 or 9780924. OLE color: 9780924.
HSL color Cylindrical-coordinate representation of color #BC3E95: hue angle of 318.57º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC3E95 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 149 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.26 |
| HSL | 318.57º | 0.5% | 0.49% | - |
| HSV(B) | 318.57º | 0.67% | 0.74% | - |
| XYZ | 27.89 | 16.31 | 30.11 | - |
| YUV | 109.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 149 | 0 | 0.67 | 0.21 | 0.26 | 318.57 | 0.5 | 0.49 |
| Hex | BC | 3E | 95 | 0 | 43 | 15 | 1A | 13F | 32 | 31 |
| Octal | 274 | 76 | 225 | 0 | 103 | 25 | 32 | 477 | 62 | 61 |
| Binary | 10111100 | 111110 | 10010101 | 0 | 1000011 | 10101 | 11010 | 100111111 | 110010 | 110001 |
Color Harmonies of #BC3E95
Complementary color
Monochromatic Colors of #BC3E95
Black with #BC3E95
Text Example
Text Example
White with #BC3E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E95; }
p { color: rgb(188,62,149); }
H1.HeaderClassName
{
color: #BC3E95;
}
.AnyTagClassName
{
color: #BC3E95;
}
</style>
background-color css
<style>
a { background-color: #BC3E95; }
a { background-color: rgb(188,62,149); }
div.DivClassName
{
background-color: #BC3E95;
}
.BgClassName
{
background-color: #BC3E95;
}
</style>
border-color css
<style>
span { border-color: #BC3E95; }
span { border-color: rgb(188,62,149); }
td.TdClassName
{
border-color: #BC3E95;
}
.TagClassName
{
border-color: #BC3E95;
}
</style>