Shades of Medium Red Violet #BC2385
Tints of Medium Red Violet #BC2385
RGB
CMYK
RGB Variations
Color information
#BC2385 (or 0xBC2385) is known color: Medium Red Violet. HEX triplet: BC, 23 and 85. RGB value is (188,35,133). Sum of RGB (Red+Green+Blue) = 188+35+133=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2385 is #43DC7A. Grayscale: #5B5B5B. Windows color (decimal): -4447355 or 8725436. OLE color: 8725436.
HSL color Cylindrical-coordinate representation of color #BC2385: hue angle of 321.57º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2385 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 133 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.26 |
| HSL | 321.57º | 0.69% | 0.44% | - |
| HSV(B) | 321.57º | 0.81% | 0.74% | - |
| XYZ | 25.57 | 13.59 | 23.46 | - |
| YUV | 91.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 133 | 0 | 0.81 | 0.29 | 0.26 | 321.57 | 0.69 | 0.44 |
| Hex | BC | 23 | 85 | 0 | 51 | 1D | 1A | 142 | 45 | 2C |
| Octal | 274 | 43 | 205 | 0 | 121 | 35 | 32 | 502 | 105 | 54 |
| Binary | 10111100 | 100011 | 10000101 | 0 | 1010001 | 11101 | 11010 | 101000010 | 1000101 | 101100 |
Color Harmonies of #BC2385
Complementary color
Monochromatic Colors of #BC2385
Black with #BC2385
Text Example
Text Example
White with #BC2385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2385; }
p { color: rgb(188,35,133); }
H1.HeaderClassName
{
color: #BC2385;
}
.AnyTagClassName
{
color: #BC2385;
}
</style>
background-color css
<style>
a { background-color: #BC2385; }
a { background-color: rgb(188,35,133); }
div.DivClassName
{
background-color: #BC2385;
}
.BgClassName
{
background-color: #BC2385;
}
</style>
border-color css
<style>
span { border-color: #BC2385; }
span { border-color: rgb(188,35,133); }
td.TdClassName
{
border-color: #BC2385;
}
.TagClassName
{
border-color: #BC2385;
}
</style>