Shades of Medium Red Violet #BC2A73
Tints of Medium Red Violet #BC2A73
RGB
CMYK
RGB Variations
Color information
#BC2A73 (or 0xBC2A73) is known color: Medium Red Violet. HEX triplet: BC, 2A and 73. RGB value is (188,42,115). Sum of RGB (Red+Green+Blue) = 188+42+115=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2A73 is #43D58C. Grayscale: #5D5D5D. Windows color (decimal): -4445581 or 7547580. OLE color: 7547580.
HSL color Cylindrical-coordinate representation of color #BC2A73: hue angle of 330º 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 #BC2A73 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 115 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.26 |
| HSL | 330º | 0.63% | 0.45% | - |
| HSV(B) | 330º | 0.78% | 0.74% | - |
| XYZ | 24.66 | 13.59 | 17.54 | - |
| YUV | 93.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 115 | 0 | 0.78 | 0.39 | 0.26 | 330 | 0.63 | 0.45 |
| Hex | BC | 2A | 73 | 0 | 4E | 27 | 1A | 14A | 3F | 2D |
| Octal | 274 | 52 | 163 | 0 | 116 | 47 | 32 | 512 | 77 | 55 |
| Binary | 10111100 | 101010 | 1110011 | 0 | 1001110 | 100111 | 11010 | 101001010 | 111111 | 101101 |
Color Harmonies of #BC2A73
Complementary color
Monochromatic Colors of #BC2A73
Black with #BC2A73
Text Example
Text Example
White with #BC2A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2A73; }
p { color: rgb(188,42,115); }
H1.HeaderClassName
{
color: #BC2A73;
}
.AnyTagClassName
{
color: #BC2A73;
}
</style>
background-color css
<style>
a { background-color: #BC2A73; }
a { background-color: rgb(188,42,115); }
div.DivClassName
{
background-color: #BC2A73;
}
.BgClassName
{
background-color: #BC2A73;
}
</style>
border-color css
<style>
span { border-color: #BC2A73; }
span { border-color: rgb(188,42,115); }
td.TdClassName
{
border-color: #BC2A73;
}
.TagClassName
{
border-color: #BC2A73;
}
</style>