Shades of Medium Violet Red #BC0B85
Tints of Medium Violet Red #BC0B85
RGB
CMYK
RGB Variations
Color information
#BC0B85 (or 0xBC0B85) is known color: Medium Violet Red. HEX triplet: BC, 0B and 85. RGB value is (188,11,133). Sum of RGB (Red+Green+Blue) = 188+11+133=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0B85 is #43F47A. Grayscale: #4D4D4D. Windows color (decimal): -4453499 or 8719292. OLE color: 8719292.
HSL color Cylindrical-coordinate representation of color #BC0B85: hue angle of 318.64º 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 #BC0B85 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 133 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.26 |
| HSL | 318.64º | 0.89% | 0.39% | - |
| HSV(B) | 318.64º | 0.94% | 0.74% | - |
| XYZ | 25.09 | 12.62 | 23.3 | - |
| YUV | 77.83 | 159.14 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 133 | 0 | 0.94 | 0.29 | 0.26 | 318.64 | 0.89 | 0.39 |
| Hex | BC | B | 85 | 0 | 5E | 1D | 1A | 13F | 59 | 27 |
| Octal | 274 | 13 | 205 | 0 | 136 | 35 | 32 | 477 | 131 | 47 |
| Binary | 10111100 | 1011 | 10000101 | 0 | 1011110 | 11101 | 11010 | 100111111 | 1011001 | 100111 |
Color Harmonies of #BC0B85
Complementary color
Monochromatic Colors of #BC0B85
Black with #BC0B85
Text Example
Text Example
White with #BC0B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B85; }
p { color: rgb(188,11,133); }
H1.HeaderClassName
{
color: #BC0B85;
}
.AnyTagClassName
{
color: #BC0B85;
}
</style>
background-color css
<style>
a { background-color: #BC0B85; }
a { background-color: rgb(188,11,133); }
div.DivClassName
{
background-color: #BC0B85;
}
.BgClassName
{
background-color: #BC0B85;
}
</style>
border-color css
<style>
span { border-color: #BC0B85; }
span { border-color: rgb(188,11,133); }
td.TdClassName
{
border-color: #BC0B85;
}
.TagClassName
{
border-color: #BC0B85;
}
</style>