Shades of Medium Violet Red #B0087C
Tints of Medium Violet Red #B0087C
RGB
CMYK
RGB Variations
Color information
#B0087C (or 0xB0087C) is known color: Medium Violet Red. HEX triplet: B0, 08 and 7C. RGB value is (176,8,124). Sum of RGB (Red+Green+Blue) = 176+8+124=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B0087C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0087C is #4FF783. Grayscale: #474747. Windows color (decimal): -5240708 or 8128688. OLE color: 8128688.
HSL color Cylindrical-coordinate representation of color #B0087C: hue angle of 318.57º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0087C is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 8 | 124 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.31 |
| HSL | 318.57º | 0.91% | 0.36% | - |
| HSV(B) | 318.57º | 0.95% | 0.69% | - |
| XYZ | 21.63 | 10.86 | 20.02 | - |
| YUV | 71.46 | 157.66 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 124 | 0 | 0.95 | 0.30 | 0.31 | 318.57 | 0.91 | 0.36 |
| Hex | B0 | 8 | 7C | 0 | 5F | 1E | 1F | 13F | 5B | 24 |
| Octal | 260 | 10 | 174 | 0 | 137 | 36 | 37 | 477 | 133 | 44 |
| Binary | 10110000 | 1000 | 1111100 | 0 | 1011111 | 11110 | 11111 | 100111111 | 1011011 | 100100 |
Color Harmonies of #B0087C
Complementary color
Monochromatic Colors of #B0087C
Black with #B0087C
Text Example
Text Example
White with #B0087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0087C; }
p { color: rgb(176,8,124); }
H1.HeaderClassName
{
color: #B0087C;
}
.AnyTagClassName
{
color: #B0087C;
}
</style>
background-color css
<style>
a { background-color: #B0087C; }
a { background-color: rgb(176,8,124); }
div.DivClassName
{
background-color: #B0087C;
}
.BgClassName
{
background-color: #B0087C;
}
</style>
border-color css
<style>
span { border-color: #B0087C; }
span { border-color: rgb(176,8,124); }
td.TdClassName
{
border-color: #B0087C;
}
.TagClassName
{
border-color: #B0087C;
}
</style>