Shades of Medium Violet Red #BC2287
Tints of Medium Violet Red #BC2287
RGB
CMYK
RGB Variations
Color information
#BC2287 (or 0xBC2287) is known color: Medium Violet Red. HEX triplet: BC, 22 and 87. RGB value is (188,34,135). Sum of RGB (Red+Green+Blue) = 188+34+135=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2287 is #43DD78. Grayscale: #5B5B5B. Windows color (decimal): -4447609 or 8856252. OLE color: 8856252.
HSL color Cylindrical-coordinate representation of color #BC2287: hue angle of 320.65º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2287 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 135 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.26 |
| HSL | 320.65º | 0.69% | 0.44% | - |
| HSV(B) | 320.65º | 0.82% | 0.74% | - |
| XYZ | 25.68 | 13.58 | 24.19 | - |
| YUV | 91.56 | 152.52 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 135 | 0 | 0.82 | 0.28 | 0.26 | 320.65 | 0.69 | 0.44 |
| Hex | BC | 22 | 87 | 0 | 52 | 1C | 1A | 141 | 45 | 2C |
| Octal | 274 | 42 | 207 | 0 | 122 | 34 | 32 | 501 | 105 | 54 |
| Binary | 10111100 | 100010 | 10000111 | 0 | 1010010 | 11100 | 11010 | 101000001 | 1000101 | 101100 |
Color Harmonies of #BC2287
Complementary color
Monochromatic Colors of #BC2287
Black with #BC2287
Text Example
Text Example
White with #BC2287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2287; }
p { color: rgb(188,34,135); }
H1.HeaderClassName
{
color: #BC2287;
}
.AnyTagClassName
{
color: #BC2287;
}
</style>
background-color css
<style>
a { background-color: #BC2287; }
a { background-color: rgb(188,34,135); }
div.DivClassName
{
background-color: #BC2287;
}
.BgClassName
{
background-color: #BC2287;
}
</style>
border-color css
<style>
span { border-color: #BC2287; }
span { border-color: rgb(188,34,135); }
td.TdClassName
{
border-color: #BC2287;
}
.TagClassName
{
border-color: #BC2287;
}
</style>