Shades of Medium Red Violet #BC3A8B
Tints of Medium Red Violet #BC3A8B
RGB
CMYK
RGB Variations
Color information
#BC3A8B (or 0xBC3A8B) is known color: Medium Red Violet. HEX triplet: BC, 3A and 8B. RGB value is (188,58,139). Sum of RGB (Red+Green+Blue) = 188+58+139=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3A8B is #43C574. Grayscale: #696969. Windows color (decimal): -4441461 or 9124540. OLE color: 9124540.
HSL color Cylindrical-coordinate representation of color #BC3A8B: hue angle of 322.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3A8B is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 139 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.26 |
| HSL | 322.62º | 0.53% | 0.48% | - |
| HSV(B) | 322.62º | 0.69% | 0.74% | - |
| XYZ | 26.91 | 15.58 | 26.02 | - |
| YUV | 106.1 | 146.57 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 139 | 0 | 0.69 | 0.26 | 0.26 | 322.62 | 0.53 | 0.48 |
| Hex | BC | 3A | 8B | 0 | 45 | 1A | 1A | 143 | 35 | 30 |
| Octal | 274 | 72 | 213 | 0 | 105 | 32 | 32 | 503 | 65 | 60 |
| Binary | 10111100 | 111010 | 10001011 | 0 | 1000101 | 11010 | 11010 | 101000011 | 110101 | 110000 |
Color Harmonies of #BC3A8B
Complementary color
Monochromatic Colors of #BC3A8B
Black with #BC3A8B
Text Example
Text Example
White with #BC3A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A8B; }
p { color: rgb(188,58,139); }
H1.HeaderClassName
{
color: #BC3A8B;
}
.AnyTagClassName
{
color: #BC3A8B;
}
</style>
background-color css
<style>
a { background-color: #BC3A8B; }
a { background-color: rgb(188,58,139); }
div.DivClassName
{
background-color: #BC3A8B;
}
.BgClassName
{
background-color: #BC3A8B;
}
</style>
border-color css
<style>
span { border-color: #BC3A8B; }
span { border-color: rgb(188,58,139); }
td.TdClassName
{
border-color: #BC3A8B;
}
.TagClassName
{
border-color: #BC3A8B;
}
</style>