Shades of Violet Blue #B563A1
Tints of Violet Blue #B563A1
RGB
CMYK
RGB Variations
Color information
#B563A1 (or 0xB563A1) is known color: Violet Blue. HEX triplet: B5, 63 and A1. RGB value is (181,99,161). Sum of RGB (Red+Green+Blue) = 181+99+161=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B563A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B563A1 is #4A9C5E. Grayscale: #828282. Windows color (decimal): -4889695 or 10576821. OLE color: 10576821.
HSL color Cylindrical-coordinate representation of color #B563A1: hue angle of 314.63º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B563A1 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 99 | 161 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.29 |
| HSL | 314.63º | 0.36% | 0.55% | - |
| HSV(B) | 314.63º | 0.45% | 0.71% | - |
| XYZ | 29.95 | 21.32 | 36.25 | - |
| YUV | 130.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 161 | 0 | 0.45 | 0.11 | 0.29 | 314.63 | 0.36 | 0.55 |
| Hex | B5 | 63 | A1 | 0 | 2D | B | 1D | 13B | 24 | 37 |
| Octal | 265 | 143 | 241 | 0 | 55 | 13 | 35 | 473 | 44 | 67 |
| Binary | 10110101 | 1100011 | 10100001 | 0 | 101101 | 1011 | 11101 | 100111011 | 100100 | 110111 |
Color Harmonies of #B563A1
Complementary color
Monochromatic Colors of #B563A1
Black with #B563A1
Text Example
Text Example
White with #B563A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B563A1; }
p { color: rgb(181,99,161); }
H1.HeaderClassName
{
color: #B563A1;
}
.AnyTagClassName
{
color: #B563A1;
}
</style>
background-color css
<style>
a { background-color: #B563A1; }
a { background-color: rgb(181,99,161); }
div.DivClassName
{
background-color: #B563A1;
}
.BgClassName
{
background-color: #B563A1;
}
</style>
border-color css
<style>
span { border-color: #B563A1; }
span { border-color: rgb(181,99,161); }
td.TdClassName
{
border-color: #B563A1;
}
.TagClassName
{
border-color: #B563A1;
}
</style>