Shades of Violet Blue #B55DA1
Tints of Violet Blue #B55DA1
RGB
CMYK
RGB Variations
Color information
#B55DA1 (or 0xB55DA1) is known color: Violet Blue. HEX triplet: B5, 5D and A1. RGB value is (181,93,161). Sum of RGB (Red+Green+Blue) = 181+93+161=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B55DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55DA1 is #4AA25E. Grayscale: #7E7E7E. Windows color (decimal): -4891231 or 10575285. OLE color: 10575285.
HSL color Cylindrical-coordinate representation of color #B55DA1: hue angle of 313.64º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55DA1 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 93 | 161 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.29 |
| HSL | 313.64º | 0.37% | 0.54% | - |
| HSV(B) | 313.64º | 0.49% | 0.71% | - |
| XYZ | 29.4 | 20.23 | 36.07 | - |
| YUV | 127.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 161 | 0 | 0.49 | 0.11 | 0.29 | 313.64 | 0.37 | 0.54 |
| Hex | B5 | 5D | A1 | 0 | 31 | B | 1D | 13A | 25 | 36 |
| Octal | 265 | 135 | 241 | 0 | 61 | 13 | 35 | 472 | 45 | 66 |
| Binary | 10110101 | 1011101 | 10100001 | 0 | 110001 | 1011 | 11101 | 100111010 | 100101 | 110110 |
Color Harmonies of #B55DA1
Complementary color
Monochromatic Colors of #B55DA1
Black with #B55DA1
Text Example
Text Example
White with #B55DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55DA1; }
p { color: rgb(181,93,161); }
H1.HeaderClassName
{
color: #B55DA1;
}
.AnyTagClassName
{
color: #B55DA1;
}
</style>
background-color css
<style>
a { background-color: #B55DA1; }
a { background-color: rgb(181,93,161); }
div.DivClassName
{
background-color: #B55DA1;
}
.BgClassName
{
background-color: #B55DA1;
}
</style>
border-color css
<style>
span { border-color: #B55DA1; }
span { border-color: rgb(181,93,161); }
td.TdClassName
{
border-color: #B55DA1;
}
.TagClassName
{
border-color: #B55DA1;
}
</style>