Shades of Medium Red Violet #BC2D94
Tints of Medium Red Violet #BC2D94
RGB
CMYK
RGB Variations
Color information
#BC2D94 (or 0xBC2D94) is known color: Medium Red Violet. HEX triplet: BC, 2D and 94. RGB value is (188,45,148). Sum of RGB (Red+Green+Blue) = 188+45+148=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2D94 is #43D26B. Grayscale: #636363. Windows color (decimal): -4444780 or 9711036. OLE color: 9711036.
HSL color Cylindrical-coordinate representation of color #BC2D94: hue angle of 316.78º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D94 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 148 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.26 |
| HSL | 316.78º | 0.61% | 0.46% | - |
| HSV(B) | 316.78º | 0.76% | 0.74% | - |
| XYZ | 27.02 | 14.71 | 29.43 | - |
| YUV | 99.5 | 155.38 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 148 | 0 | 0.76 | 0.21 | 0.26 | 316.78 | 0.61 | 0.46 |
| Hex | BC | 2D | 94 | 0 | 4C | 15 | 1A | 13D | 3D | 2E |
| Octal | 274 | 55 | 224 | 0 | 114 | 25 | 32 | 475 | 75 | 56 |
| Binary | 10111100 | 101101 | 10010100 | 0 | 1001100 | 10101 | 11010 | 100111101 | 111101 | 101110 |
Color Harmonies of #BC2D94
Complementary color
Monochromatic Colors of #BC2D94
Black with #BC2D94
Text Example
Text Example
White with #BC2D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D94; }
p { color: rgb(188,45,148); }
H1.HeaderClassName
{
color: #BC2D94;
}
.AnyTagClassName
{
color: #BC2D94;
}
</style>
background-color css
<style>
a { background-color: #BC2D94; }
a { background-color: rgb(188,45,148); }
div.DivClassName
{
background-color: #BC2D94;
}
.BgClassName
{
background-color: #BC2D94;
}
</style>
border-color css
<style>
span { border-color: #BC2D94; }
span { border-color: rgb(188,45,148); }
td.TdClassName
{
border-color: #BC2D94;
}
.TagClassName
{
border-color: #BC2D94;
}
</style>