Shades of Medium Red Violet #BC4184
Tints of Medium Red Violet #BC4184
RGB
CMYK
RGB Variations
Color information
#BC4184 (or 0xBC4184) is known color: Medium Red Violet. HEX triplet: BC, 41 and 84. RGB value is (188,65,132). Sum of RGB (Red+Green+Blue) = 188+65+132=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4184 is #43BE7B. Grayscale: #6D6D6D. Windows color (decimal): -4439676 or 8667580. OLE color: 8667580.
HSL color Cylindrical-coordinate representation of color #BC4184: hue angle of 327.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4184 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 132 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.26 |
| HSL | 327.32º | 0.49% | 0.5% | - |
| HSV(B) | 327.32º | 0.65% | 0.74% | - |
| XYZ | 26.79 | 16.14 | 23.53 | - |
| YUV | 109.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 132 | 0 | 0.65 | 0.30 | 0.26 | 327.32 | 0.49 | 0.5 |
| Hex | BC | 41 | 84 | 0 | 41 | 1E | 1A | 147 | 31 | 32 |
| Octal | 274 | 101 | 204 | 0 | 101 | 36 | 32 | 507 | 61 | 62 |
| Binary | 10111100 | 1000001 | 10000100 | 0 | 1000001 | 11110 | 11010 | 101000111 | 110001 | 110010 |
Color Harmonies of #BC4184
Complementary color
Monochromatic Colors of #BC4184
Black with #BC4184
Text Example
Text Example
White with #BC4184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4184; }
p { color: rgb(188,65,132); }
H1.HeaderClassName
{
color: #BC4184;
}
.AnyTagClassName
{
color: #BC4184;
}
</style>
background-color css
<style>
a { background-color: #BC4184; }
a { background-color: rgb(188,65,132); }
div.DivClassName
{
background-color: #BC4184;
}
.BgClassName
{
background-color: #BC4184;
}
</style>
border-color css
<style>
span { border-color: #BC4184; }
span { border-color: rgb(188,65,132); }
td.TdClassName
{
border-color: #BC4184;
}
.TagClassName
{
border-color: #BC4184;
}
</style>