Shades of Medium Violet Red #B62087
Tints of Medium Violet Red #B62087
RGB
CMYK
RGB Variations
Color information
#B62087 (or 0xB62087) is known color: Medium Violet Red. HEX triplet: B6, 20 and 87. RGB value is (182,32,135). Sum of RGB (Red+Green+Blue) = 182+32+135=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B62087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62087 is #49DF78. Grayscale: #585858. Windows color (decimal): -4841337 or 8855734. OLE color: 8855734.
HSL color Cylindrical-coordinate representation of color #B62087: hue angle of 318.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62087 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 135 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.29 |
| HSL | 318.8º | 0.7% | 0.42% | - |
| HSV(B) | 318.8º | 0.82% | 0.71% | - |
| XYZ | 24.18 | 12.73 | 24.1 | - |
| YUV | 88.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 135 | 0 | 0.82 | 0.26 | 0.29 | 318.8 | 0.7 | 0.42 |
| Hex | B6 | 20 | 87 | 0 | 52 | 1A | 1D | 13F | 46 | 2A |
| Octal | 266 | 40 | 207 | 0 | 122 | 32 | 35 | 477 | 106 | 52 |
| Binary | 10110110 | 100000 | 10000111 | 0 | 1010010 | 11010 | 11101 | 100111111 | 1000110 | 101010 |
Color Harmonies of #B62087
Complementary color
Monochromatic Colors of #B62087
Black with #B62087
Text Example
Text Example
White with #B62087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62087; }
p { color: rgb(182,32,135); }
H1.HeaderClassName
{
color: #B62087;
}
.AnyTagClassName
{
color: #B62087;
}
</style>
background-color css
<style>
a { background-color: #B62087; }
a { background-color: rgb(182,32,135); }
div.DivClassName
{
background-color: #B62087;
}
.BgClassName
{
background-color: #B62087;
}
</style>
border-color css
<style>
span { border-color: #B62087; }
span { border-color: rgb(182,32,135); }
td.TdClassName
{
border-color: #B62087;
}
.TagClassName
{
border-color: #B62087;
}
</style>