Shades of Medium Red Violet #BC2A93
Tints of Medium Red Violet #BC2A93
RGB
CMYK
RGB Variations
Color information
#BC2A93 (or 0xBC2A93) is known color: Medium Red Violet. HEX triplet: BC, 2A and 93. RGB value is (188,42,147). Sum of RGB (Red+Green+Blue) = 188+42+147=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2A93 is #43D56C. Grayscale: #616161. Windows color (decimal): -4445549 or 9644732. OLE color: 9644732.
HSL color Cylindrical-coordinate representation of color #BC2A93: hue angle of 316.85º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2A93 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 147 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.26 |
| HSL | 316.85º | 0.63% | 0.45% | - |
| HSV(B) | 316.85º | 0.78% | 0.74% | - |
| XYZ | 26.83 | 14.45 | 28.98 | - |
| YUV | 97.62 | 155.87 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 147 | 0 | 0.78 | 0.22 | 0.26 | 316.85 | 0.63 | 0.45 |
| Hex | BC | 2A | 93 | 0 | 4E | 16 | 1A | 13D | 3F | 2D |
| Octal | 274 | 52 | 223 | 0 | 116 | 26 | 32 | 475 | 77 | 55 |
| Binary | 10111100 | 101010 | 10010011 | 0 | 1001110 | 10110 | 11010 | 100111101 | 111111 | 101101 |
Color Harmonies of #BC2A93
Complementary color
Monochromatic Colors of #BC2A93
Black with #BC2A93
Text Example
Text Example
White with #BC2A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2A93; }
p { color: rgb(188,42,147); }
H1.HeaderClassName
{
color: #BC2A93;
}
.AnyTagClassName
{
color: #BC2A93;
}
</style>
background-color css
<style>
a { background-color: #BC2A93; }
a { background-color: rgb(188,42,147); }
div.DivClassName
{
background-color: #BC2A93;
}
.BgClassName
{
background-color: #BC2A93;
}
</style>
border-color css
<style>
span { border-color: #BC2A93; }
span { border-color: rgb(188,42,147); }
td.TdClassName
{
border-color: #BC2A93;
}
.TagClassName
{
border-color: #BC2A93;
}
</style>