Shades of Medium Red Violet #BC3482
Tints of Medium Red Violet #BC3482
RGB
CMYK
RGB Variations
Color information
#BC3482 (or 0xBC3482) is known color: Medium Red Violet. HEX triplet: BC, 34 and 82. RGB value is (188,52,130). Sum of RGB (Red+Green+Blue) = 188+52+130=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3482 is #43CB7D. Grayscale: #656565. Windows color (decimal): -4443006 or 8533180. OLE color: 8533180.
HSL color Cylindrical-coordinate representation of color #BC3482: hue angle of 325.59º degrees, saturation: 0.57, 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 #BC3482 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 130 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.26 |
| HSL | 325.59º | 0.57% | 0.47% | - |
| HSV(B) | 325.59º | 0.72% | 0.74% | - |
| XYZ | 26 | 14.76 | 22.6 | - |
| YUV | 101.56 | 144.06 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 130 | 0 | 0.72 | 0.31 | 0.26 | 325.59 | 0.57 | 0.47 |
| Hex | BC | 34 | 82 | 0 | 48 | 1F | 1A | 146 | 39 | 2F |
| Octal | 274 | 64 | 202 | 0 | 110 | 37 | 32 | 506 | 71 | 57 |
| Binary | 10111100 | 110100 | 10000010 | 0 | 1001000 | 11111 | 11010 | 101000110 | 111001 | 101111 |
Color Harmonies of #BC3482
Complementary color
Monochromatic Colors of #BC3482
Black with #BC3482
Text Example
Text Example
White with #BC3482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3482; }
p { color: rgb(188,52,130); }
H1.HeaderClassName
{
color: #BC3482;
}
.AnyTagClassName
{
color: #BC3482;
}
</style>
background-color css
<style>
a { background-color: #BC3482; }
a { background-color: rgb(188,52,130); }
div.DivClassName
{
background-color: #BC3482;
}
.BgClassName
{
background-color: #BC3482;
}
</style>
border-color css
<style>
span { border-color: #BC3482; }
span { border-color: rgb(188,52,130); }
td.TdClassName
{
border-color: #BC3482;
}
.TagClassName
{
border-color: #BC3482;
}
</style>