Shades of Violet Blue #B55DA2
Tints of Violet Blue #B55DA2
RGB
CMYK
RGB Variations
Color information
#B55DA2 (or 0xB55DA2) is known color: Violet Blue. HEX triplet: B5, 5D and A2. RGB value is (181,93,162). Sum of RGB (Red+Green+Blue) = 181+93+162=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B55DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55DA2 is #4AA25D. Grayscale: #7E7E7E. Windows color (decimal): -4891230 or 10640821. OLE color: 10640821.
HSL color Cylindrical-coordinate representation of color #B55DA2: hue angle of 312.95º 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 #B55DA2 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 93 | 162 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.29 |
| HSL | 312.95º | 0.37% | 0.54% | - |
| HSV(B) | 312.95º | 0.49% | 0.71% | - |
| XYZ | 29.49 | 20.26 | 36.54 | - |
| YUV | 127.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 162 | 0 | 0.49 | 0.10 | 0.29 | 312.95 | 0.37 | 0.54 |
| Hex | B5 | 5D | A2 | 0 | 31 | A | 1D | 139 | 25 | 36 |
| Octal | 265 | 135 | 242 | 0 | 61 | 12 | 35 | 471 | 45 | 66 |
| Binary | 10110101 | 1011101 | 10100010 | 0 | 110001 | 1010 | 11101 | 100111001 | 100101 | 110110 |
Color Harmonies of #B55DA2
Complementary color
Monochromatic Colors of #B55DA2
Black with #B55DA2
Text Example
Text Example
White with #B55DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55DA2; }
p { color: rgb(181,93,162); }
H1.HeaderClassName
{
color: #B55DA2;
}
.AnyTagClassName
{
color: #B55DA2;
}
</style>
background-color css
<style>
a { background-color: #B55DA2; }
a { background-color: rgb(181,93,162); }
div.DivClassName
{
background-color: #B55DA2;
}
.BgClassName
{
background-color: #B55DA2;
}
</style>
border-color css
<style>
span { border-color: #B55DA2; }
span { border-color: rgb(181,93,162); }
td.TdClassName
{
border-color: #B55DA2;
}
.TagClassName
{
border-color: #B55DA2;
}
</style>