Shades of Medium Red Violet #BC2D93
Tints of Medium Red Violet #BC2D93
RGB
CMYK
RGB Variations
Color information
#BC2D93 (or 0xBC2D93) is known color: Medium Red Violet. HEX triplet: BC, 2D and 93. RGB value is (188,45,147). Sum of RGB (Red+Green+Blue) = 188+45+147=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2D93 is #43D26C. Grayscale: #636363. Windows color (decimal): -4444781 or 9645500. OLE color: 9645500.
HSL color Cylindrical-coordinate representation of color #BC2D93: hue angle of 317.2º 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 #BC2D93 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 147 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.26 |
| HSL | 317.2º | 0.61% | 0.46% | - |
| HSV(B) | 317.2º | 0.76% | 0.74% | - |
| XYZ | 26.94 | 14.67 | 29.02 | - |
| YUV | 99.39 | 154.88 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 147 | 0 | 0.76 | 0.22 | 0.26 | 317.2 | 0.61 | 0.46 |
| Hex | BC | 2D | 93 | 0 | 4C | 16 | 1A | 13D | 3D | 2E |
| Octal | 274 | 55 | 223 | 0 | 114 | 26 | 32 | 475 | 75 | 56 |
| Binary | 10111100 | 101101 | 10010011 | 0 | 1001100 | 10110 | 11010 | 100111101 | 111101 | 101110 |
Color Harmonies of #BC2D93
Complementary color
Monochromatic Colors of #BC2D93
Black with #BC2D93
Text Example
Text Example
White with #BC2D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D93; }
p { color: rgb(188,45,147); }
H1.HeaderClassName
{
color: #BC2D93;
}
.AnyTagClassName
{
color: #BC2D93;
}
</style>
background-color css
<style>
a { background-color: #BC2D93; }
a { background-color: rgb(188,45,147); }
div.DivClassName
{
background-color: #BC2D93;
}
.BgClassName
{
background-color: #BC2D93;
}
</style>
border-color css
<style>
span { border-color: #BC2D93; }
span { border-color: rgb(188,45,147); }
td.TdClassName
{
border-color: #BC2D93;
}
.TagClassName
{
border-color: #BC2D93;
}
</style>