Shades of Medium Violet Red #BC0B83
Tints of Medium Violet Red #BC0B83
RGB
CMYK
RGB Variations
Color information
#BC0B83 (or 0xBC0B83) is known color: Medium Violet Red. HEX triplet: BC, 0B and 83. RGB value is (188,11,131). Sum of RGB (Red+Green+Blue) = 188+11+131=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0B83 is #43F47C. Grayscale: #4D4D4D. Windows color (decimal): -4453501 or 8588220. OLE color: 8588220.
HSL color Cylindrical-coordinate representation of color #BC0B83: hue angle of 319.32º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0B83 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 131 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.26 |
| HSL | 319.32º | 0.89% | 0.39% | - |
| HSV(B) | 319.32º | 0.94% | 0.74% | - |
| XYZ | 24.96 | 12.57 | 22.58 | - |
| YUV | 77.6 | 158.14 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 131 | 0 | 0.94 | 0.30 | 0.26 | 319.32 | 0.89 | 0.39 |
| Hex | BC | B | 83 | 0 | 5E | 1E | 1A | 13F | 59 | 27 |
| Octal | 274 | 13 | 203 | 0 | 136 | 36 | 32 | 477 | 131 | 47 |
| Binary | 10111100 | 1011 | 10000011 | 0 | 1011110 | 11110 | 11010 | 100111111 | 1011001 | 100111 |
Color Harmonies of #BC0B83
Complementary color
Monochromatic Colors of #BC0B83
Black with #BC0B83
Text Example
Text Example
White with #BC0B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B83; }
p { color: rgb(188,11,131); }
H1.HeaderClassName
{
color: #BC0B83;
}
.AnyTagClassName
{
color: #BC0B83;
}
</style>
background-color css
<style>
a { background-color: #BC0B83; }
a { background-color: rgb(188,11,131); }
div.DivClassName
{
background-color: #BC0B83;
}
.BgClassName
{
background-color: #BC0B83;
}
</style>
border-color css
<style>
span { border-color: #BC0B83; }
span { border-color: rgb(188,11,131); }
td.TdClassName
{
border-color: #BC0B83;
}
.TagClassName
{
border-color: #BC0B83;
}
</style>