Shades of Medium Red Violet #B63F84
Tints of Medium Red Violet #B63F84
RGB
CMYK
RGB Variations
Color information
#B63F84 (or 0xB63F84) is known color: Medium Red Violet. HEX triplet: B6, 3F and 84. RGB value is (182,63,132). Sum of RGB (Red+Green+Blue) = 182+63+132=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63F84 is #49C07B. Grayscale: #6A6A6A. Windows color (decimal): -4833404 or 8667062. OLE color: 8667062.
HSL color Cylindrical-coordinate representation of color #B63F84: hue angle of 325.21º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63F84 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 132 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.29 |
| HSL | 325.21º | 0.49% | 0.48% | - |
| HSV(B) | 325.21º | 0.65% | 0.71% | - |
| XYZ | 25.23 | 15.17 | 23.43 | - |
| YUV | 106.45 | 142.42 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 132 | 0 | 0.65 | 0.27 | 0.29 | 325.21 | 0.49 | 0.48 |
| Hex | B6 | 3F | 84 | 0 | 41 | 1B | 1D | 145 | 31 | 30 |
| Octal | 266 | 77 | 204 | 0 | 101 | 33 | 35 | 505 | 61 | 60 |
| Binary | 10110110 | 111111 | 10000100 | 0 | 1000001 | 11011 | 11101 | 101000101 | 110001 | 110000 |
Color Harmonies of #B63F84
Complementary color
Monochromatic Colors of #B63F84
Black with #B63F84
Text Example
Text Example
White with #B63F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F84; }
p { color: rgb(182,63,132); }
H1.HeaderClassName
{
color: #B63F84;
}
.AnyTagClassName
{
color: #B63F84;
}
</style>
background-color css
<style>
a { background-color: #B63F84; }
a { background-color: rgb(182,63,132); }
div.DivClassName
{
background-color: #B63F84;
}
.BgClassName
{
background-color: #B63F84;
}
</style>
border-color css
<style>
span { border-color: #B63F84; }
span { border-color: rgb(182,63,132); }
td.TdClassName
{
border-color: #B63F84;
}
.TagClassName
{
border-color: #B63F84;
}
</style>