Shades of Medium Red Violet #BC2A8F
Tints of Medium Red Violet #BC2A8F
RGB
CMYK
RGB Variations
Color information
#BC2A8F (or 0xBC2A8F) is known color: Medium Red Violet. HEX triplet: BC, 2A and 8F. RGB value is (188,42,143). Sum of RGB (Red+Green+Blue) = 188+42+143=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2A8F is #43D570. Grayscale: #606060. Windows color (decimal): -4445553 or 9382588. OLE color: 9382588.
HSL color Cylindrical-coordinate representation of color #BC2A8F: hue angle of 318.49º 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 #BC2A8F is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 143 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.26 |
| HSL | 318.49º | 0.63% | 0.45% | - |
| HSV(B) | 318.49º | 0.78% | 0.74% | - |
| XYZ | 26.52 | 14.33 | 27.35 | - |
| YUV | 97.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 143 | 0 | 0.78 | 0.24 | 0.26 | 318.49 | 0.63 | 0.45 |
| Hex | BC | 2A | 8F | 0 | 4E | 18 | 1A | 13E | 3F | 2D |
| Octal | 274 | 52 | 217 | 0 | 116 | 30 | 32 | 476 | 77 | 55 |
| Binary | 10111100 | 101010 | 10001111 | 0 | 1001110 | 11000 | 11010 | 100111110 | 111111 | 101101 |
Color Harmonies of #BC2A8F
Complementary color
Monochromatic Colors of #BC2A8F
Black with #BC2A8F
Text Example
Text Example
White with #BC2A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2A8F; }
p { color: rgb(188,42,143); }
H1.HeaderClassName
{
color: #BC2A8F;
}
.AnyTagClassName
{
color: #BC2A8F;
}
</style>
background-color css
<style>
a { background-color: #BC2A8F; }
a { background-color: rgb(188,42,143); }
div.DivClassName
{
background-color: #BC2A8F;
}
.BgClassName
{
background-color: #BC2A8F;
}
</style>
border-color css
<style>
span { border-color: #BC2A8F; }
span { border-color: rgb(188,42,143); }
td.TdClassName
{
border-color: #BC2A8F;
}
.TagClassName
{
border-color: #BC2A8F;
}
</style>