Shades of Medium Violet Red #BC0281
Tints of Medium Violet Red #BC0281
RGB
CMYK
RGB Variations
Color information
#BC0281 (or 0xBC0281) is known color: Medium Violet Red. HEX triplet: BC, 02 and 81. RGB value is (188,2,129). Sum of RGB (Red+Green+Blue) = 188+2+129=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0281 is #43FD7E. Grayscale: #474747. Windows color (decimal): -4455807 or 8454844. OLE color: 8454844.
HSL color Cylindrical-coordinate representation of color #BC0281: hue angle of 319.03º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0281 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.26 |
| HSL | 319.03º | 0.98% | 0.37% | - |
| HSV(B) | 319.03º | 0.99% | 0.74% | - |
| XYZ | 24.72 | 12.32 | 21.84 | - |
| YUV | 72.09 | 160.12 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 129 | 0 | 0.99 | 0.31 | 0.26 | 319.03 | 0.98 | 0.37 |
| Hex | BC | 2 | 81 | 0 | 63 | 1F | 1A | 13F | 62 | 25 |
| Octal | 274 | 2 | 201 | 0 | 143 | 37 | 32 | 477 | 142 | 45 |
| Binary | 10111100 | 10 | 10000001 | 0 | 1100011 | 11111 | 11010 | 100111111 | 1100010 | 100101 |
Color Harmonies of #BC0281
Complementary color
Monochromatic Colors of #BC0281
Black with #BC0281
Text Example
Text Example
White with #BC0281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0281; }
p { color: rgb(188,2,129); }
H1.HeaderClassName
{
color: #BC0281;
}
.AnyTagClassName
{
color: #BC0281;
}
</style>
background-color css
<style>
a { background-color: #BC0281; }
a { background-color: rgb(188,2,129); }
div.DivClassName
{
background-color: #BC0281;
}
.BgClassName
{
background-color: #BC0281;
}
</style>
border-color css
<style>
span { border-color: #BC0281; }
span { border-color: rgb(188,2,129); }
td.TdClassName
{
border-color: #BC0281;
}
.TagClassName
{
border-color: #BC0281;
}
</style>