Shades of Medium Red Violet #B62E87
Tints of Medium Red Violet #B62E87
RGB
CMYK
RGB Variations
Color information
#B62E87 (or 0xB62E87) is known color: Medium Red Violet. HEX triplet: B6, 2E and 87. RGB value is (182,46,135). Sum of RGB (Red+Green+Blue) = 182+46+135=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62E87 is #49D178. Grayscale: #606060. Windows color (decimal): -4837753 or 8859318. OLE color: 8859318.
HSL color Cylindrical-coordinate representation of color #B62E87: hue angle of 320.74º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62E87 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 46 | 135 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.29 |
| HSL | 320.74º | 0.6% | 0.45% | - |
| HSV(B) | 320.74º | 0.75% | 0.71% | - |
| XYZ | 24.64 | 13.65 | 24.26 | - |
| YUV | 96.81 | 149.56 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 46 | 135 | 0 | 0.75 | 0.26 | 0.29 | 320.74 | 0.6 | 0.45 |
| Hex | B6 | 2E | 87 | 0 | 4B | 1A | 1D | 141 | 3C | 2D |
| Octal | 266 | 56 | 207 | 0 | 113 | 32 | 35 | 501 | 74 | 55 |
| Binary | 10110110 | 101110 | 10000111 | 0 | 1001011 | 11010 | 11101 | 101000001 | 111100 | 101101 |
Color Harmonies of #B62E87
Complementary color
Monochromatic Colors of #B62E87
Black with #B62E87
Text Example
Text Example
White with #B62E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62E87; }
p { color: rgb(182,46,135); }
H1.HeaderClassName
{
color: #B62E87;
}
.AnyTagClassName
{
color: #B62E87;
}
</style>
background-color css
<style>
a { background-color: #B62E87; }
a { background-color: rgb(182,46,135); }
div.DivClassName
{
background-color: #B62E87;
}
.BgClassName
{
background-color: #B62E87;
}
</style>
border-color css
<style>
span { border-color: #B62E87; }
span { border-color: rgb(182,46,135); }
td.TdClassName
{
border-color: #B62E87;
}
.TagClassName
{
border-color: #B62E87;
}
</style>