Shades of Medium Red Violet #BC2381
Tints of Medium Red Violet #BC2381
RGB
CMYK
RGB Variations
Color information
#BC2381 (or 0xBC2381) is known color: Medium Red Violet. HEX triplet: BC, 23 and 81. RGB value is (188,35,129). Sum of RGB (Red+Green+Blue) = 188+35+129=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2381 is #43DC7E. Grayscale: #5B5B5B. Windows color (decimal): -4447359 or 8463292. OLE color: 8463292.
HSL color Cylindrical-coordinate representation of color #BC2381: hue angle of 323.14º 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 #BC2381 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 129 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.26 |
| HSL | 323.14º | 0.69% | 0.44% | - |
| HSV(B) | 323.14º | 0.81% | 0.74% | - |
| XYZ | 25.3 | 13.48 | 22.04 | - |
| YUV | 91.46 | 149.19 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 129 | 0 | 0.81 | 0.31 | 0.26 | 323.14 | 0.69 | 0.44 |
| Hex | BC | 23 | 81 | 0 | 51 | 1F | 1A | 143 | 45 | 2C |
| Octal | 274 | 43 | 201 | 0 | 121 | 37 | 32 | 503 | 105 | 54 |
| Binary | 10111100 | 100011 | 10000001 | 0 | 1010001 | 11111 | 11010 | 101000011 | 1000101 | 101100 |
Color Harmonies of #BC2381
Complementary color
Monochromatic Colors of #BC2381
Black with #BC2381
Text Example
Text Example
White with #BC2381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2381; }
p { color: rgb(188,35,129); }
H1.HeaderClassName
{
color: #BC2381;
}
.AnyTagClassName
{
color: #BC2381;
}
</style>
background-color css
<style>
a { background-color: #BC2381; }
a { background-color: rgb(188,35,129); }
div.DivClassName
{
background-color: #BC2381;
}
.BgClassName
{
background-color: #BC2381;
}
</style>
border-color css
<style>
span { border-color: #BC2381; }
span { border-color: rgb(188,35,129); }
td.TdClassName
{
border-color: #BC2381;
}
.TagClassName
{
border-color: #BC2381;
}
</style>