Shades of Medium Red Violet #BC3184
Tints of Medium Red Violet #BC3184
RGB
CMYK
RGB Variations
Color information
#BC3184 (or 0xBC3184) is known color: Medium Red Violet. HEX triplet: BC, 31 and 84. RGB value is (188,49,132). Sum of RGB (Red+Green+Blue) = 188+49+132=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3184 is #43CE7B. Grayscale: #636363. Windows color (decimal): -4443772 or 8663484. OLE color: 8663484.
HSL color Cylindrical-coordinate representation of color #BC3184: hue angle of 324.17º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3184 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 132 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.26 |
| HSL | 324.17º | 0.59% | 0.46% | - |
| HSV(B) | 324.17º | 0.74% | 0.74% | - |
| XYZ | 26 | 14.55 | 23.27 | - |
| YUV | 100.02 | 146.05 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 132 | 0 | 0.74 | 0.30 | 0.26 | 324.17 | 0.59 | 0.46 |
| Hex | BC | 31 | 84 | 0 | 4A | 1E | 1A | 144 | 3B | 2E |
| Octal | 274 | 61 | 204 | 0 | 112 | 36 | 32 | 504 | 73 | 56 |
| Binary | 10111100 | 110001 | 10000100 | 0 | 1001010 | 11110 | 11010 | 101000100 | 111011 | 101110 |
Color Harmonies of #BC3184
Complementary color
Monochromatic Colors of #BC3184
Black with #BC3184
Text Example
Text Example
White with #BC3184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3184; }
p { color: rgb(188,49,132); }
H1.HeaderClassName
{
color: #BC3184;
}
.AnyTagClassName
{
color: #BC3184;
}
</style>
background-color css
<style>
a { background-color: #BC3184; }
a { background-color: rgb(188,49,132); }
div.DivClassName
{
background-color: #BC3184;
}
.BgClassName
{
background-color: #BC3184;
}
</style>
border-color css
<style>
span { border-color: #BC3184; }
span { border-color: rgb(188,49,132); }
td.TdClassName
{
border-color: #BC3184;
}
.TagClassName
{
border-color: #BC3184;
}
</style>