Shades of Medium Red Violet #BC3581
Tints of Medium Red Violet #BC3581
RGB
CMYK
RGB Variations
Color information
#BC3581 (or 0xBC3581) is known color: Medium Red Violet. HEX triplet: BC, 35 and 81. RGB value is (188,53,129). Sum of RGB (Red+Green+Blue) = 188+53+129=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3581 is #43CA7E. Grayscale: #656565. Windows color (decimal): -4442751 or 8467900. OLE color: 8467900.
HSL color Cylindrical-coordinate representation of color #BC3581: hue angle of 326.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3581 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 129 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.26 |
| HSL | 326.22º | 0.56% | 0.47% | - |
| HSV(B) | 326.22º | 0.72% | 0.74% | - |
| XYZ | 25.97 | 14.82 | 22.26 | - |
| YUV | 102.03 | 143.23 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 129 | 0 | 0.72 | 0.31 | 0.26 | 326.22 | 0.56 | 0.47 |
| Hex | BC | 35 | 81 | 0 | 48 | 1F | 1A | 146 | 38 | 2F |
| Octal | 274 | 65 | 201 | 0 | 110 | 37 | 32 | 506 | 70 | 57 |
| Binary | 10111100 | 110101 | 10000001 | 0 | 1001000 | 11111 | 11010 | 101000110 | 111000 | 101111 |
Color Harmonies of #BC3581
Complementary color
Monochromatic Colors of #BC3581
Black with #BC3581
Text Example
Text Example
White with #BC3581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3581; }
p { color: rgb(188,53,129); }
H1.HeaderClassName
{
color: #BC3581;
}
.AnyTagClassName
{
color: #BC3581;
}
</style>
background-color css
<style>
a { background-color: #BC3581; }
a { background-color: rgb(188,53,129); }
div.DivClassName
{
background-color: #BC3581;
}
.BgClassName
{
background-color: #BC3581;
}
</style>
border-color css
<style>
span { border-color: #BC3581; }
span { border-color: rgb(188,53,129); }
td.TdClassName
{
border-color: #BC3581;
}
.TagClassName
{
border-color: #BC3581;
}
</style>