Shades of Medium Red Violet #BC2985
Tints of Medium Red Violet #BC2985
RGB
CMYK
RGB Variations
Color information
#BC2985 (or 0xBC2985) is known color: Medium Red Violet. HEX triplet: BC, 29 and 85. RGB value is (188,41,133). Sum of RGB (Red+Green+Blue) = 188+41+133=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2985 is #43D67A. Grayscale: #5F5F5F. Windows color (decimal): -4445819 or 8726972. OLE color: 8726972.
HSL color Cylindrical-coordinate representation of color #BC2985: hue angle of 322.45º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2985 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 133 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.26 |
| HSL | 322.45º | 0.64% | 0.45% | - |
| HSV(B) | 322.45º | 0.78% | 0.74% | - |
| XYZ | 25.77 | 13.97 | 23.53 | - |
| YUV | 95.44 | 149.2 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 133 | 0 | 0.78 | 0.29 | 0.26 | 322.45 | 0.64 | 0.45 |
| Hex | BC | 29 | 85 | 0 | 4E | 1D | 1A | 142 | 40 | 2D |
| Octal | 274 | 51 | 205 | 0 | 116 | 35 | 32 | 502 | 100 | 55 |
| Binary | 10111100 | 101001 | 10000101 | 0 | 1001110 | 11101 | 11010 | 101000010 | 1000000 | 101101 |
Color Harmonies of #BC2985
Complementary color
Monochromatic Colors of #BC2985
Black with #BC2985
Text Example
Text Example
White with #BC2985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2985; }
p { color: rgb(188,41,133); }
H1.HeaderClassName
{
color: #BC2985;
}
.AnyTagClassName
{
color: #BC2985;
}
</style>
background-color css
<style>
a { background-color: #BC2985; }
a { background-color: rgb(188,41,133); }
div.DivClassName
{
background-color: #BC2985;
}
.BgClassName
{
background-color: #BC2985;
}
</style>
border-color css
<style>
span { border-color: #BC2985; }
span { border-color: rgb(188,41,133); }
td.TdClassName
{
border-color: #BC2985;
}
.TagClassName
{
border-color: #BC2985;
}
</style>