Shades of Medium Violet Red #BC2281
Tints of Medium Violet Red #BC2281
RGB
CMYK
RGB Variations
Color information
#BC2281 (or 0xBC2281) is known color: Medium Violet Red. HEX triplet: BC, 22 and 81. RGB value is (188,34,129). Sum of RGB (Red+Green+Blue) = 188+34+129=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2281 is #43DD7E. Grayscale: #5A5A5A. Windows color (decimal): -4447615 or 8463036. OLE color: 8463036.
HSL color Cylindrical-coordinate representation of color #BC2281: hue angle of 322.99º 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 #BC2281 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 129 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.26 |
| HSL | 322.99º | 0.69% | 0.44% | - |
| HSV(B) | 322.99º | 0.82% | 0.74% | - |
| XYZ | 25.27 | 13.42 | 22.03 | - |
| YUV | 90.88 | 149.52 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 129 | 0 | 0.82 | 0.31 | 0.26 | 322.99 | 0.69 | 0.44 |
| Hex | BC | 22 | 81 | 0 | 52 | 1F | 1A | 143 | 45 | 2C |
| Octal | 274 | 42 | 201 | 0 | 122 | 37 | 32 | 503 | 105 | 54 |
| Binary | 10111100 | 100010 | 10000001 | 0 | 1010010 | 11111 | 11010 | 101000011 | 1000101 | 101100 |
Color Harmonies of #BC2281
Complementary color
Monochromatic Colors of #BC2281
Black with #BC2281
Text Example
Text Example
White with #BC2281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2281; }
p { color: rgb(188,34,129); }
H1.HeaderClassName
{
color: #BC2281;
}
.AnyTagClassName
{
color: #BC2281;
}
</style>
background-color css
<style>
a { background-color: #BC2281; }
a { background-color: rgb(188,34,129); }
div.DivClassName
{
background-color: #BC2281;
}
.BgClassName
{
background-color: #BC2281;
}
</style>
border-color css
<style>
span { border-color: #BC2281; }
span { border-color: rgb(188,34,129); }
td.TdClassName
{
border-color: #BC2281;
}
.TagClassName
{
border-color: #BC2281;
}
</style>