Shades of Medium Red Violet #BC2684
Tints of Medium Red Violet #BC2684
RGB
CMYK
RGB Variations
Color information
#BC2684 (or 0xBC2684) is known color: Medium Red Violet. HEX triplet: BC, 26 and 84. RGB value is (188,38,132). Sum of RGB (Red+Green+Blue) = 188+38+132=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2684 is #43D97B. Grayscale: #5D5D5D. Windows color (decimal): -4446588 or 8660668. OLE color: 8660668.
HSL color Cylindrical-coordinate representation of color #BC2684: hue angle of 322.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2684 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 132 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.26 |
| HSL | 322.4º | 0.66% | 0.44% | - |
| HSV(B) | 322.4º | 0.8% | 0.74% | - |
| XYZ | 25.6 | 13.74 | 23.13 | - |
| YUV | 93.57 | 149.7 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 132 | 0 | 0.80 | 0.30 | 0.26 | 322.4 | 0.66 | 0.44 |
| Hex | BC | 26 | 84 | 0 | 50 | 1E | 1A | 142 | 42 | 2C |
| Octal | 274 | 46 | 204 | 0 | 120 | 36 | 32 | 502 | 102 | 54 |
| Binary | 10111100 | 100110 | 10000100 | 0 | 1010000 | 11110 | 11010 | 101000010 | 1000010 | 101100 |
Color Harmonies of #BC2684
Complementary color
Monochromatic Colors of #BC2684
Black with #BC2684
Text Example
Text Example
White with #BC2684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2684; }
p { color: rgb(188,38,132); }
H1.HeaderClassName
{
color: #BC2684;
}
.AnyTagClassName
{
color: #BC2684;
}
</style>
background-color css
<style>
a { background-color: #BC2684; }
a { background-color: rgb(188,38,132); }
div.DivClassName
{
background-color: #BC2684;
}
.BgClassName
{
background-color: #BC2684;
}
</style>
border-color css
<style>
span { border-color: #BC2684; }
span { border-color: rgb(188,38,132); }
td.TdClassName
{
border-color: #BC2684;
}
.TagClassName
{
border-color: #BC2684;
}
</style>