Shades of Medium Red Violet #B63E84
Tints of Medium Red Violet #B63E84
RGB
CMYK
RGB Variations
Color information
#B63E84 (or 0xB63E84) is known color: Medium Red Violet. HEX triplet: B6, 3E and 84. RGB value is (182,62,132). Sum of RGB (Red+Green+Blue) = 182+62+132=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63E84 is #49C17B. Grayscale: #696969. Windows color (decimal): -4833660 or 8666806. OLE color: 8666806.
HSL color Cylindrical-coordinate representation of color #B63E84: hue angle of 325º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63E84 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 62 | 132 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.29 |
| HSL | 325º | 0.49% | 0.48% | - |
| HSV(B) | 325º | 0.66% | 0.71% | - |
| XYZ | 25.18 | 15.06 | 23.41 | - |
| YUV | 105.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 132 | 0 | 0.66 | 0.27 | 0.29 | 325 | 0.49 | 0.48 |
| Hex | B6 | 3E | 84 | 0 | 42 | 1B | 1D | 145 | 31 | 30 |
| Octal | 266 | 76 | 204 | 0 | 102 | 33 | 35 | 505 | 61 | 60 |
| Binary | 10110110 | 111110 | 10000100 | 0 | 1000010 | 11011 | 11101 | 101000101 | 110001 | 110000 |
Color Harmonies of #B63E84
Complementary color
Monochromatic Colors of #B63E84
Black with #B63E84
Text Example
Text Example
White with #B63E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63E84; }
p { color: rgb(182,62,132); }
H1.HeaderClassName
{
color: #B63E84;
}
.AnyTagClassName
{
color: #B63E84;
}
</style>
background-color css
<style>
a { background-color: #B63E84; }
a { background-color: rgb(182,62,132); }
div.DivClassName
{
background-color: #B63E84;
}
.BgClassName
{
background-color: #B63E84;
}
</style>
border-color css
<style>
span { border-color: #B63E84; }
span { border-color: rgb(182,62,132); }
td.TdClassName
{
border-color: #B63E84;
}
.TagClassName
{
border-color: #B63E84;
}
</style>