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