Shades of Medium Violet Red #B10085
Tints of Medium Violet Red #B10085
RGB
CMYK
RGB Variations
Color information
#B10085 (or 0xB10085) is known color: Medium Violet Red. HEX triplet: B1, 00 and 85. RGB value is (177,0,133). Sum of RGB (Red+Green+Blue) = 177+0+133=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B10085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10085 is #4EFF7A. Grayscale: #434343. Windows color (decimal): -5177211 or 8716465. OLE color: 8716465.
HSL color Cylindrical-coordinate representation of color #B10085: hue angle of 314.92º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10085 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.25 | 0.31 |
| HSL | 314.92º | 1% | 0.35% | - |
| HSV(B) | 314.92º | 1% | 0.69% | - |
| XYZ | 22.37 | 11.04 | 23.14 | - |
| YUV | 68.09 | 164.64 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 133 | 0 | 1 | 0.25 | 0.31 | 314.92 | 1 | 0.35 |
| Hex | B1 | 0 | 85 | 0 | 64 | 19 | 1F | 13B | 64 | 23 |
| Octal | 261 | 0 | 205 | 0 | 144 | 31 | 37 | 473 | 144 | 43 |
| Binary | 10110001 | 0 | 10000101 | 0 | 1100100 | 11001 | 11111 | 100111011 | 1100100 | 100011 |
Color Harmonies of #B10085
Complementary color
Monochromatic Colors of #B10085
Black with #B10085
Text Example
Text Example
White with #B10085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10085; }
p { color: rgb(177,0,133); }
H1.HeaderClassName
{
color: #B10085;
}
.AnyTagClassName
{
color: #B10085;
}
</style>
background-color css
<style>
a { background-color: #B10085; }
a { background-color: rgb(177,0,133); }
div.DivClassName
{
background-color: #B10085;
}
.BgClassName
{
background-color: #B10085;
}
</style>
border-color css
<style>
span { border-color: #B10085; }
span { border-color: rgb(177,0,133); }
td.TdClassName
{
border-color: #B10085;
}
.TagClassName
{
border-color: #B10085;
}
</style>