Shades of Medium Red Violet #B63D86
Tints of Medium Red Violet #B63D86
RGB
CMYK
RGB Variations
Color information
#B63D86 (or 0xB63D86) is known color: Medium Red Violet. HEX triplet: B6, 3D and 86. RGB value is (182,61,134). Sum of RGB (Red+Green+Blue) = 182+61+134=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63D86 is #49C279. Grayscale: #696969. Windows color (decimal): -4833914 or 8797622. OLE color: 8797622.
HSL color Cylindrical-coordinate representation of color #B63D86: hue angle of 323.8º degrees, saturation: 0.5, 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 #B63D86 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 134 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.29 |
| HSL | 323.8º | 0.5% | 0.48% | - |
| HSV(B) | 323.8º | 0.66% | 0.71% | - |
| XYZ | 25.26 | 15 | 24.12 | - |
| YUV | 105.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 134 | 0 | 0.66 | 0.26 | 0.29 | 323.8 | 0.5 | 0.48 |
| Hex | B6 | 3D | 86 | 0 | 42 | 1A | 1D | 144 | 32 | 30 |
| Octal | 266 | 75 | 206 | 0 | 102 | 32 | 35 | 504 | 62 | 60 |
| Binary | 10110110 | 111101 | 10000110 | 0 | 1000010 | 11010 | 11101 | 101000100 | 110010 | 110000 |
Color Harmonies of #B63D86
Complementary color
Monochromatic Colors of #B63D86
Black with #B63D86
Text Example
Text Example
White with #B63D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D86; }
p { color: rgb(182,61,134); }
H1.HeaderClassName
{
color: #B63D86;
}
.AnyTagClassName
{
color: #B63D86;
}
</style>
background-color css
<style>
a { background-color: #B63D86; }
a { background-color: rgb(182,61,134); }
div.DivClassName
{
background-color: #B63D86;
}
.BgClassName
{
background-color: #B63D86;
}
</style>
border-color css
<style>
span { border-color: #B63D86; }
span { border-color: rgb(182,61,134); }
td.TdClassName
{
border-color: #B63D86;
}
.TagClassName
{
border-color: #B63D86;
}
</style>