Shades of Medium Red Violet #BC2685
Tints of Medium Red Violet #BC2685
RGB
CMYK
RGB Variations
Color information
#BC2685 (or 0xBC2685) is known color: Medium Red Violet. HEX triplet: BC, 26 and 85. RGB value is (188,38,133). Sum of RGB (Red+Green+Blue) = 188+38+133=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2685 is #43D97A. Grayscale: #5D5D5D. Windows color (decimal): -4446587 or 8726204. OLE color: 8726204.
HSL color Cylindrical-coordinate representation of color #BC2685: hue angle of 322º 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 #BC2685 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 133 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.26 |
| HSL | 322º | 0.66% | 0.44% | - |
| HSV(B) | 322º | 0.8% | 0.74% | - |
| XYZ | 25.67 | 13.77 | 23.5 | - |
| YUV | 93.68 | 150.2 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 133 | 0 | 0.80 | 0.29 | 0.26 | 322 | 0.66 | 0.44 |
| Hex | BC | 26 | 85 | 0 | 50 | 1D | 1A | 142 | 42 | 2C |
| Octal | 274 | 46 | 205 | 0 | 120 | 35 | 32 | 502 | 102 | 54 |
| Binary | 10111100 | 100110 | 10000101 | 0 | 1010000 | 11101 | 11010 | 101000010 | 1000010 | 101100 |
Color Harmonies of #BC2685
Complementary color
Monochromatic Colors of #BC2685
Black with #BC2685
Text Example
Text Example
White with #BC2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2685; }
p { color: rgb(188,38,133); }
H1.HeaderClassName
{
color: #BC2685;
}
.AnyTagClassName
{
color: #BC2685;
}
</style>
background-color css
<style>
a { background-color: #BC2685; }
a { background-color: rgb(188,38,133); }
div.DivClassName
{
background-color: #BC2685;
}
.BgClassName
{
background-color: #BC2685;
}
</style>
border-color css
<style>
span { border-color: #BC2685; }
span { border-color: rgb(188,38,133); }
td.TdClassName
{
border-color: #BC2685;
}
.TagClassName
{
border-color: #BC2685;
}
</style>