Shades of Medium Red Violet #BC2394
Tints of Medium Red Violet #BC2394
RGB
CMYK
RGB Variations
Color information
#BC2394 (or 0xBC2394) is known color: Medium Red Violet. HEX triplet: BC, 23 and 94. RGB value is (188,35,148). Sum of RGB (Red+Green+Blue) = 188+35+148=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2394 is #43DC6B. Grayscale: #5D5D5D. Windows color (decimal): -4447340 or 9708476. OLE color: 9708476.
HSL color Cylindrical-coordinate representation of color #BC2394: hue angle of 315.69º degrees, saturation: 0.69, 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 #BC2394 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 148 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.26 |
| HSL | 315.69º | 0.69% | 0.44% | - |
| HSV(B) | 315.69º | 0.81% | 0.74% | - |
| XYZ | 26.69 | 14.03 | 29.32 | - |
| YUV | 93.63 | 158.69 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 148 | 0 | 0.81 | 0.21 | 0.26 | 315.69 | 0.69 | 0.44 |
| Hex | BC | 23 | 94 | 0 | 51 | 15 | 1A | 13C | 45 | 2C |
| Octal | 274 | 43 | 224 | 0 | 121 | 25 | 32 | 474 | 105 | 54 |
| Binary | 10111100 | 100011 | 10010100 | 0 | 1010001 | 10101 | 11010 | 100111100 | 1000101 | 101100 |
Color Harmonies of #BC2394
Complementary color
Monochromatic Colors of #BC2394
Black with #BC2394
Text Example
Text Example
White with #BC2394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2394; }
p { color: rgb(188,35,148); }
H1.HeaderClassName
{
color: #BC2394;
}
.AnyTagClassName
{
color: #BC2394;
}
</style>
background-color css
<style>
a { background-color: #BC2394; }
a { background-color: rgb(188,35,148); }
div.DivClassName
{
background-color: #BC2394;
}
.BgClassName
{
background-color: #BC2394;
}
</style>
border-color css
<style>
span { border-color: #BC2394; }
span { border-color: rgb(188,35,148); }
td.TdClassName
{
border-color: #BC2394;
}
.TagClassName
{
border-color: #BC2394;
}
</style>