Shades of Medium Violet Red #B00087
Tints of Medium Violet Red #B00087
RGB
CMYK
RGB Variations
Color information
#B00087 (or 0xB00087) is known color: Medium Violet Red. HEX triplet: B0, 00 and 87. RGB value is (176,0,135). Sum of RGB (Red+Green+Blue) = 176+0+135=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B00087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00087 is #4FFF78. Grayscale: #434343. Windows color (decimal): -5242745 or 8847536. OLE color: 8847536.
HSL color Cylindrical-coordinate representation of color #B00087: hue angle of 313.98º 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 #B00087 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.23 | 0.31 |
| HSL | 313.98º | 1% | 0.35% | - |
| HSV(B) | 313.98º | 1% | 0.69% | - |
| XYZ | 22.28 | 10.98 | 23.87 | - |
| YUV | 68.01 | 165.81 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 135 | 0 | 1 | 0.23 | 0.31 | 313.98 | 1 | 0.35 |
| Hex | B0 | 0 | 87 | 0 | 64 | 17 | 1F | 13A | 64 | 23 |
| Octal | 260 | 0 | 207 | 0 | 144 | 27 | 37 | 472 | 144 | 43 |
| Binary | 10110000 | 0 | 10000111 | 0 | 1100100 | 10111 | 11111 | 100111010 | 1100100 | 100011 |
Color Harmonies of #B00087
Complementary color
Monochromatic Colors of #B00087
Black with #B00087
Text Example
Text Example
White with #B00087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00087; }
p { color: rgb(176,0,135); }
H1.HeaderClassName
{
color: #B00087;
}
.AnyTagClassName
{
color: #B00087;
}
</style>
background-color css
<style>
a { background-color: #B00087; }
a { background-color: rgb(176,0,135); }
div.DivClassName
{
background-color: #B00087;
}
.BgClassName
{
background-color: #B00087;
}
</style>
border-color css
<style>
span { border-color: #B00087; }
span { border-color: rgb(176,0,135); }
td.TdClassName
{
border-color: #B00087;
}
.TagClassName
{
border-color: #B00087;
}
</style>