Shades of Medium Red Violet #B63FA2
Tints of Medium Red Violet #B63FA2
RGB
CMYK
RGB Variations
Color information
#B63FA2 (or 0xB63FA2) is known color: Medium Red Violet. HEX triplet: B6, 3F and A2. RGB value is (182,63,162). Sum of RGB (Red+Green+Blue) = 182+63+162=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B63FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63FA2 is #49C05D. Grayscale: #6D6D6D. Windows color (decimal): -4833374 or 10633142. OLE color: 10633142.
HSL color Cylindrical-coordinate representation of color #B63FA2: hue angle of 310.08º 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 #B63FA2 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 162 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.29 |
| HSL | 310.08º | 0.49% | 0.48% | - |
| HSV(B) | 310.08º | 0.65% | 0.71% | - |
| XYZ | 27.59 | 16.11 | 35.84 | - |
| YUV | 109.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 162 | 0 | 0.65 | 0.11 | 0.29 | 310.08 | 0.49 | 0.48 |
| Hex | B6 | 3F | A2 | 0 | 41 | B | 1D | 136 | 31 | 30 |
| Octal | 266 | 77 | 242 | 0 | 101 | 13 | 35 | 466 | 61 | 60 |
| Binary | 10110110 | 111111 | 10100010 | 0 | 1000001 | 1011 | 11101 | 100110110 | 110001 | 110000 |
Color Harmonies of #B63FA2
Complementary color
Monochromatic Colors of #B63FA2
Black with #B63FA2
Text Example
Text Example
White with #B63FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63FA2; }
p { color: rgb(182,63,162); }
H1.HeaderClassName
{
color: #B63FA2;
}
.AnyTagClassName
{
color: #B63FA2;
}
</style>
background-color css
<style>
a { background-color: #B63FA2; }
a { background-color: rgb(182,63,162); }
div.DivClassName
{
background-color: #B63FA2;
}
.BgClassName
{
background-color: #B63FA2;
}
</style>
border-color css
<style>
span { border-color: #B63FA2; }
span { border-color: rgb(182,63,162); }
td.TdClassName
{
border-color: #B63FA2;
}
.TagClassName
{
border-color: #B63FA2;
}
</style>