Shades of Medium Violet Red #B2087C
Tints of Medium Violet Red #B2087C
RGB
CMYK
RGB Variations
Color information
#B2087C (or 0xB2087C) is known color: Medium Violet Red. HEX triplet: B2, 08 and 7C. RGB value is (178,8,124). Sum of RGB (Red+Green+Blue) = 178+8+124=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2087C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2087C is #4DF783. Grayscale: #474747. Windows color (decimal): -5109636 or 8128690. OLE color: 8128690.
HSL color Cylindrical-coordinate representation of color #B2087C: hue angle of 319.06º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2087C is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 8 | 124 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.30 |
| HSL | 319.06º | 0.91% | 0.36% | - |
| HSV(B) | 319.06º | 0.96% | 0.7% | - |
| XYZ | 22.09 | 11.09 | 20.05 | - |
| YUV | 72.05 | 157.32 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 8 | 124 | 0 | 0.96 | 0.30 | 0.30 | 319.06 | 0.91 | 0.36 |
| Hex | B2 | 8 | 7C | 0 | 60 | 1E | 1E | 13F | 5B | 24 |
| Octal | 262 | 10 | 174 | 0 | 140 | 36 | 36 | 477 | 133 | 44 |
| Binary | 10110010 | 1000 | 1111100 | 0 | 1100000 | 11110 | 11110 | 100111111 | 1011011 | 100100 |
Color Harmonies of #B2087C
Complementary color
Monochromatic Colors of #B2087C
Black with #B2087C
Text Example
Text Example
White with #B2087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2087C; }
p { color: rgb(178,8,124); }
H1.HeaderClassName
{
color: #B2087C;
}
.AnyTagClassName
{
color: #B2087C;
}
</style>
background-color css
<style>
a { background-color: #B2087C; }
a { background-color: rgb(178,8,124); }
div.DivClassName
{
background-color: #B2087C;
}
.BgClassName
{
background-color: #B2087C;
}
</style>
border-color css
<style>
span { border-color: #B2087C; }
span { border-color: rgb(178,8,124); }
td.TdClassName
{
border-color: #B2087C;
}
.TagClassName
{
border-color: #B2087C;
}
</style>