Shades of Medium Red Violet #B63BA1
Tints of Medium Red Violet #B63BA1
RGB
CMYK
RGB Variations
Color information
#B63BA1 (or 0xB63BA1) is known color: Medium Red Violet. HEX triplet: B6, 3B and A1. RGB value is (182,59,161). Sum of RGB (Red+Green+Blue) = 182+59+161=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B63BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63BA1 is #49C45E. Grayscale: #6B6B6B. Windows color (decimal): -4834399 or 10566582. OLE color: 10566582.
HSL color Cylindrical-coordinate representation of color #B63BA1: hue angle of 310.24º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63BA1 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 59 | 161 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.29 |
| HSL | 310.24º | 0.51% | 0.47% | - |
| HSV(B) | 310.24º | 0.68% | 0.71% | - |
| XYZ | 27.29 | 15.65 | 35.3 | - |
| YUV | 107.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 161 | 0 | 0.68 | 0.12 | 0.29 | 310.24 | 0.51 | 0.47 |
| Hex | B6 | 3B | A1 | 0 | 44 | C | 1D | 136 | 33 | 2F |
| Octal | 266 | 73 | 241 | 0 | 104 | 14 | 35 | 466 | 63 | 57 |
| Binary | 10110110 | 111011 | 10100001 | 0 | 1000100 | 1100 | 11101 | 100110110 | 110011 | 101111 |
Color Harmonies of #B63BA1
Complementary color
Monochromatic Colors of #B63BA1
Black with #B63BA1
Text Example
Text Example
White with #B63BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63BA1; }
p { color: rgb(182,59,161); }
H1.HeaderClassName
{
color: #B63BA1;
}
.AnyTagClassName
{
color: #B63BA1;
}
</style>
background-color css
<style>
a { background-color: #B63BA1; }
a { background-color: rgb(182,59,161); }
div.DivClassName
{
background-color: #B63BA1;
}
.BgClassName
{
background-color: #B63BA1;
}
</style>
border-color css
<style>
span { border-color: #B63BA1; }
span { border-color: rgb(182,59,161); }
td.TdClassName
{
border-color: #B63BA1;
}
.TagClassName
{
border-color: #B63BA1;
}
</style>