Shades of Medium Violet Red #BC0083
Tints of Medium Violet Red #BC0083
RGB
CMYK
RGB Variations
Color information
#BC0083 (or 0xBC0083) is known color: Medium Violet Red. HEX triplet: BC, 00 and 83. RGB value is (188,0,131). Sum of RGB (Red+Green+Blue) = 188+0+131=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0083 is #43FF7C. Grayscale: #464646. Windows color (decimal): -4456317 or 8585404. OLE color: 8585404.
HSL color Cylindrical-coordinate representation of color #BC0083: hue angle of 318.19º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0083 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.30 | 0.26 |
| HSL | 318.19º | 1% | 0.37% | - |
| HSV(B) | 318.19º | 1% | 0.74% | - |
| XYZ | 24.84 | 12.33 | 22.54 | - |
| YUV | 71.15 | 161.78 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 131 | 0 | 1 | 0.30 | 0.26 | 318.19 | 1 | 0.37 |
| Hex | BC | 0 | 83 | 0 | 64 | 1E | 1A | 13E | 64 | 25 |
| Octal | 274 | 0 | 203 | 0 | 144 | 36 | 32 | 476 | 144 | 45 |
| Binary | 10111100 | 0 | 10000011 | 0 | 1100100 | 11110 | 11010 | 100111110 | 1100100 | 100101 |
Color Harmonies of #BC0083
Complementary color
Monochromatic Colors of #BC0083
Black with #BC0083
Text Example
Text Example
White with #BC0083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0083; }
p { color: rgb(188,0,131); }
H1.HeaderClassName
{
color: #BC0083;
}
.AnyTagClassName
{
color: #BC0083;
}
</style>
background-color css
<style>
a { background-color: #BC0083; }
a { background-color: rgb(188,0,131); }
div.DivClassName
{
background-color: #BC0083;
}
.BgClassName
{
background-color: #BC0083;
}
</style>
border-color css
<style>
span { border-color: #BC0083; }
span { border-color: rgb(188,0,131); }
td.TdClassName
{
border-color: #BC0083;
}
.TagClassName
{
border-color: #BC0083;
}
</style>