Shades of Medium Red Violet #BC3E89
Tints of Medium Red Violet #BC3E89
RGB
CMYK
RGB Variations
Color information
#BC3E89 (or 0xBC3E89) is known color: Medium Red Violet. HEX triplet: BC, 3E and 89. RGB value is (188,62,137). Sum of RGB (Red+Green+Blue) = 188+62+137=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3E89 is #43C176. Grayscale: #6C6C6C. Windows color (decimal): -4440439 or 8994492. OLE color: 8994492.
HSL color Cylindrical-coordinate representation of color #BC3E89: hue angle of 324.29º 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 #BC3E89 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 137 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.26 |
| HSL | 324.29º | 0.5% | 0.49% | - |
| HSV(B) | 324.29º | 0.67% | 0.74% | - |
| XYZ | 26.98 | 15.94 | 25.32 | - |
| YUV | 108.22 | 144.24 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 137 | 0 | 0.67 | 0.27 | 0.26 | 324.29 | 0.5 | 0.49 |
| Hex | BC | 3E | 89 | 0 | 43 | 1B | 1A | 144 | 32 | 31 |
| Octal | 274 | 76 | 211 | 0 | 103 | 33 | 32 | 504 | 62 | 61 |
| Binary | 10111100 | 111110 | 10001001 | 0 | 1000011 | 11011 | 11010 | 101000100 | 110010 | 110001 |
Color Harmonies of #BC3E89
Complementary color
Monochromatic Colors of #BC3E89
Black with #BC3E89
Text Example
Text Example
White with #BC3E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E89; }
p { color: rgb(188,62,137); }
H1.HeaderClassName
{
color: #BC3E89;
}
.AnyTagClassName
{
color: #BC3E89;
}
</style>
background-color css
<style>
a { background-color: #BC3E89; }
a { background-color: rgb(188,62,137); }
div.DivClassName
{
background-color: #BC3E89;
}
.BgClassName
{
background-color: #BC3E89;
}
</style>
border-color css
<style>
span { border-color: #BC3E89; }
span { border-color: rgb(188,62,137); }
td.TdClassName
{
border-color: #BC3E89;
}
.TagClassName
{
border-color: #BC3E89;
}
</style>