Shades of Medium Red Violet #BC2785
Tints of Medium Red Violet #BC2785
RGB
CMYK
RGB Variations
Color information
#BC2785 (or 0xBC2785) is known color: Medium Red Violet. HEX triplet: BC, 27 and 85. RGB value is (188,39,133). Sum of RGB (Red+Green+Blue) = 188+39+133=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2785 is #43D87A. Grayscale: #5E5E5E. Windows color (decimal): -4446331 or 8726460. OLE color: 8726460.
HSL color Cylindrical-coordinate representation of color #BC2785: hue angle of 322.15º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2785 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 133 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.26 |
| HSL | 322.15º | 0.66% | 0.45% | - |
| HSV(B) | 322.15º | 0.79% | 0.74% | - |
| XYZ | 25.7 | 13.84 | 23.51 | - |
| YUV | 94.27 | 149.86 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 133 | 0 | 0.79 | 0.29 | 0.26 | 322.15 | 0.66 | 0.45 |
| Hex | BC | 27 | 85 | 0 | 4F | 1D | 1A | 142 | 42 | 2D |
| Octal | 274 | 47 | 205 | 0 | 117 | 35 | 32 | 502 | 102 | 55 |
| Binary | 10111100 | 100111 | 10000101 | 0 | 1001111 | 11101 | 11010 | 101000010 | 1000010 | 101101 |
Color Harmonies of #BC2785
Complementary color
Monochromatic Colors of #BC2785
Black with #BC2785
Text Example
Text Example
White with #BC2785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2785; }
p { color: rgb(188,39,133); }
H1.HeaderClassName
{
color: #BC2785;
}
.AnyTagClassName
{
color: #BC2785;
}
</style>
background-color css
<style>
a { background-color: #BC2785; }
a { background-color: rgb(188,39,133); }
div.DivClassName
{
background-color: #BC2785;
}
.BgClassName
{
background-color: #BC2785;
}
</style>
border-color css
<style>
span { border-color: #BC2785; }
span { border-color: rgb(188,39,133); }
td.TdClassName
{
border-color: #BC2785;
}
.TagClassName
{
border-color: #BC2785;
}
</style>