Shades of Medium Red Violet #BC2493
Tints of Medium Red Violet #BC2493
RGB
CMYK
RGB Variations
Color information
#BC2493 (or 0xBC2493) is known color: Medium Red Violet. HEX triplet: BC, 24 and 93. RGB value is (188,36,147). Sum of RGB (Red+Green+Blue) = 188+36+147=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2493 is #43DB6C. Grayscale: #5D5D5D. Windows color (decimal): -4447085 or 9643196. OLE color: 9643196.
HSL color Cylindrical-coordinate representation of color #BC2493: hue angle of 316.18º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2493 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 147 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.26 |
| HSL | 316.18º | 0.68% | 0.44% | - |
| HSV(B) | 316.18º | 0.81% | 0.74% | - |
| XYZ | 26.64 | 14.06 | 28.91 | - |
| YUV | 94.1 | 157.86 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 147 | 0 | 0.81 | 0.22 | 0.26 | 316.18 | 0.68 | 0.44 |
| Hex | BC | 24 | 93 | 0 | 51 | 16 | 1A | 13C | 44 | 2C |
| Octal | 274 | 44 | 223 | 0 | 121 | 26 | 32 | 474 | 104 | 54 |
| Binary | 10111100 | 100100 | 10010011 | 0 | 1010001 | 10110 | 11010 | 100111100 | 1000100 | 101100 |
Color Harmonies of #BC2493
Complementary color
Monochromatic Colors of #BC2493
Black with #BC2493
Text Example
Text Example
White with #BC2493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2493; }
p { color: rgb(188,36,147); }
H1.HeaderClassName
{
color: #BC2493;
}
.AnyTagClassName
{
color: #BC2493;
}
</style>
background-color css
<style>
a { background-color: #BC2493; }
a { background-color: rgb(188,36,147); }
div.DivClassName
{
background-color: #BC2493;
}
.BgClassName
{
background-color: #BC2493;
}
</style>
border-color css
<style>
span { border-color: #BC2493; }
span { border-color: rgb(188,36,147); }
td.TdClassName
{
border-color: #BC2493;
}
.TagClassName
{
border-color: #BC2493;
}
</style>