Shades of Medium Red Violet #BC2D84
Tints of Medium Red Violet #BC2D84
RGB
CMYK
RGB Variations
Color information
#BC2D84 (or 0xBC2D84) is known color: Medium Red Violet. HEX triplet: BC, 2D and 84. RGB value is (188,45,132). Sum of RGB (Red+Green+Blue) = 188+45+132=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2D84 is #43D27B. Grayscale: #616161. Windows color (decimal): -4444796 or 8662460. OLE color: 8662460.
HSL color Cylindrical-coordinate representation of color #BC2D84: hue angle of 323.5º 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 #BC2D84 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 132 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.26 |
| HSL | 323.5º | 0.61% | 0.46% | - |
| HSV(B) | 323.5º | 0.76% | 0.74% | - |
| XYZ | 25.84 | 14.23 | 23.22 | - |
| YUV | 97.68 | 147.38 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 132 | 0 | 0.76 | 0.30 | 0.26 | 323.5 | 0.61 | 0.46 |
| Hex | BC | 2D | 84 | 0 | 4C | 1E | 1A | 143 | 3D | 2E |
| Octal | 274 | 55 | 204 | 0 | 114 | 36 | 32 | 503 | 75 | 56 |
| Binary | 10111100 | 101101 | 10000100 | 0 | 1001100 | 11110 | 11010 | 101000011 | 111101 | 101110 |
Color Harmonies of #BC2D84
Complementary color
Monochromatic Colors of #BC2D84
Black with #BC2D84
Text Example
Text Example
White with #BC2D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D84; }
p { color: rgb(188,45,132); }
H1.HeaderClassName
{
color: #BC2D84;
}
.AnyTagClassName
{
color: #BC2D84;
}
</style>
background-color css
<style>
a { background-color: #BC2D84; }
a { background-color: rgb(188,45,132); }
div.DivClassName
{
background-color: #BC2D84;
}
.BgClassName
{
background-color: #BC2D84;
}
</style>
border-color css
<style>
span { border-color: #BC2D84; }
span { border-color: rgb(188,45,132); }
td.TdClassName
{
border-color: #BC2D84;
}
.TagClassName
{
border-color: #BC2D84;
}
</style>