Shades of Medium Violet Red #B00086
Tints of Medium Violet Red #B00086
RGB
CMYK
RGB Variations
Color information
#B00086 (or 0xB00086) is known color: Medium Violet Red. HEX triplet: B0, 00 and 86. RGB value is (176,0,134). Sum of RGB (Red+Green+Blue) = 176+0+134=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B00086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00086 is #4FFF79. Grayscale: #434343. Windows color (decimal): -5242746 or 8782000. OLE color: 8782000.
HSL color Cylindrical-coordinate representation of color #B00086: hue angle of 314.32º 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 #B00086 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 134 | - |
| CMYK | 0 | 1 | 0.24 | 0.31 |
| HSL | 314.32º | 1% | 0.35% | - |
| HSV(B) | 314.32º | 1% | 0.69% | - |
| XYZ | 22.21 | 10.95 | 23.5 | - |
| YUV | 67.9 | 165.31 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 134 | 0 | 1 | 0.24 | 0.31 | 314.32 | 1 | 0.35 |
| Hex | B0 | 0 | 86 | 0 | 64 | 18 | 1F | 13A | 64 | 23 |
| Octal | 260 | 0 | 206 | 0 | 144 | 30 | 37 | 472 | 144 | 43 |
| Binary | 10110000 | 0 | 10000110 | 0 | 1100100 | 11000 | 11111 | 100111010 | 1100100 | 100011 |
Color Harmonies of #B00086
Complementary color
Monochromatic Colors of #B00086
Black with #B00086
Text Example
Text Example
White with #B00086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00086; }
p { color: rgb(176,0,134); }
H1.HeaderClassName
{
color: #B00086;
}
.AnyTagClassName
{
color: #B00086;
}
</style>
background-color css
<style>
a { background-color: #B00086; }
a { background-color: rgb(176,0,134); }
div.DivClassName
{
background-color: #B00086;
}
.BgClassName
{
background-color: #B00086;
}
</style>
border-color css
<style>
span { border-color: #B00086; }
span { border-color: rgb(176,0,134); }
td.TdClassName
{
border-color: #B00086;
}
.TagClassName
{
border-color: #B00086;
}
</style>