Shades of Medium Violet Red #B00085
Tints of Medium Violet Red #B00085
RGB
CMYK
RGB Variations
Color information
#B00085 (or 0xB00085) is known color: Medium Violet Red. HEX triplet: B0, 00 and 85. RGB value is (176,0,133). Sum of RGB (Red+Green+Blue) = 176+0+133=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B00085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00085 is #4FFF7A. Grayscale: #434343. Windows color (decimal): -5242747 or 8716464. OLE color: 8716464.
HSL color Cylindrical-coordinate representation of color #B00085: hue angle of 314.66º 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 #B00085 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.24 | 0.31 |
| HSL | 314.66º | 1% | 0.35% | - |
| HSV(B) | 314.66º | 1% | 0.69% | - |
| XYZ | 22.14 | 10.92 | 23.13 | - |
| YUV | 67.79 | 164.81 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 133 | 0 | 1 | 0.24 | 0.31 | 314.66 | 1 | 0.35 |
| Hex | B0 | 0 | 85 | 0 | 64 | 18 | 1F | 13B | 64 | 23 |
| Octal | 260 | 0 | 205 | 0 | 144 | 30 | 37 | 473 | 144 | 43 |
| Binary | 10110000 | 0 | 10000101 | 0 | 1100100 | 11000 | 11111 | 100111011 | 1100100 | 100011 |
Color Harmonies of #B00085
Complementary color
Monochromatic Colors of #B00085
Black with #B00085
Text Example
Text Example
White with #B00085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00085; }
p { color: rgb(176,0,133); }
H1.HeaderClassName
{
color: #B00085;
}
.AnyTagClassName
{
color: #B00085;
}
</style>
background-color css
<style>
a { background-color: #B00085; }
a { background-color: rgb(176,0,133); }
div.DivClassName
{
background-color: #B00085;
}
.BgClassName
{
background-color: #B00085;
}
</style>
border-color css
<style>
span { border-color: #B00085; }
span { border-color: rgb(176,0,133); }
td.TdClassName
{
border-color: #B00085;
}
.TagClassName
{
border-color: #B00085;
}
</style>