Shades of Medium Red Violet #BC2D9E
Tints of Medium Red Violet #BC2D9E
RGB
CMYK
RGB Variations
Color information
#BC2D9E (or 0xBC2D9E) is known color: Medium Red Violet. HEX triplet: BC, 2D and 9E. RGB value is (188,45,158). Sum of RGB (Red+Green+Blue) = 188+45+158=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2D9E is #43D261. Grayscale: #646464. Windows color (decimal): -4444770 or 10366396. OLE color: 10366396.
HSL color Cylindrical-coordinate representation of color #BC2D9E: hue angle of 312.59º 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 #BC2D9E is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 158 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.26 |
| HSL | 312.59º | 0.61% | 0.46% | - |
| HSV(B) | 312.59º | 0.76% | 0.74% | - |
| XYZ | 27.85 | 15.04 | 33.78 | - |
| YUV | 100.64 | 160.38 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 158 | 0 | 0.76 | 0.16 | 0.26 | 312.59 | 0.61 | 0.46 |
| Hex | BC | 2D | 9E | 0 | 4C | 10 | 1A | 139 | 3D | 2E |
| Octal | 274 | 55 | 236 | 0 | 114 | 20 | 32 | 471 | 75 | 56 |
| Binary | 10111100 | 101101 | 10011110 | 0 | 1001100 | 10000 | 11010 | 100111001 | 111101 | 101110 |
Color Harmonies of #BC2D9E
Complementary color
Monochromatic Colors of #BC2D9E
Black with #BC2D9E
Text Example
Text Example
White with #BC2D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D9E; }
p { color: rgb(188,45,158); }
H1.HeaderClassName
{
color: #BC2D9E;
}
.AnyTagClassName
{
color: #BC2D9E;
}
</style>
background-color css
<style>
a { background-color: #BC2D9E; }
a { background-color: rgb(188,45,158); }
div.DivClassName
{
background-color: #BC2D9E;
}
.BgClassName
{
background-color: #BC2D9E;
}
</style>
border-color css
<style>
span { border-color: #BC2D9E; }
span { border-color: rgb(188,45,158); }
td.TdClassName
{
border-color: #BC2D9E;
}
.TagClassName
{
border-color: #BC2D9E;
}
</style>