Shades of Medium Red Violet #BC2D9A
Tints of Medium Red Violet #BC2D9A
RGB
CMYK
RGB Variations
Color information
#BC2D9A (or 0xBC2D9A) is known color: Medium Red Violet. HEX triplet: BC, 2D and 9A. RGB value is (188,45,154). Sum of RGB (Red+Green+Blue) = 188+45+154=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2D9A is #43D265. Grayscale: #636363. Windows color (decimal): -4444774 or 10104252. OLE color: 10104252.
HSL color Cylindrical-coordinate representation of color #BC2D9A: hue angle of 314.27º 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 #BC2D9A is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 154 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.26 |
| HSL | 314.27º | 0.61% | 0.46% | - |
| HSV(B) | 314.27º | 0.76% | 0.74% | - |
| XYZ | 27.51 | 14.9 | 32 | - |
| YUV | 100.18 | 158.38 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 154 | 0 | 0.76 | 0.18 | 0.26 | 314.27 | 0.61 | 0.46 |
| Hex | BC | 2D | 9A | 0 | 4C | 12 | 1A | 13A | 3D | 2E |
| Octal | 274 | 55 | 232 | 0 | 114 | 22 | 32 | 472 | 75 | 56 |
| Binary | 10111100 | 101101 | 10011010 | 0 | 1001100 | 10010 | 11010 | 100111010 | 111101 | 101110 |
Color Harmonies of #BC2D9A
Complementary color
Monochromatic Colors of #BC2D9A
Black with #BC2D9A
Text Example
Text Example
White with #BC2D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D9A; }
p { color: rgb(188,45,154); }
H1.HeaderClassName
{
color: #BC2D9A;
}
.AnyTagClassName
{
color: #BC2D9A;
}
</style>
background-color css
<style>
a { background-color: #BC2D9A; }
a { background-color: rgb(188,45,154); }
div.DivClassName
{
background-color: #BC2D9A;
}
.BgClassName
{
background-color: #BC2D9A;
}
</style>
border-color css
<style>
span { border-color: #BC2D9A; }
span { border-color: rgb(188,45,154); }
td.TdClassName
{
border-color: #BC2D9A;
}
.TagClassName
{
border-color: #BC2D9A;
}
</style>