Shades of Violet Blue #B55AAA
Tints of Violet Blue #B55AAA
RGB
CMYK
RGB Variations
Color information
#B55AAA (or 0xB55AAA) is known color: Violet Blue. HEX triplet: B5, 5A and AA. RGB value is (181,90,170). Sum of RGB (Red+Green+Blue) = 181+90+170=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B55AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55AAA is #4AA555. Grayscale: #7E7E7E. Windows color (decimal): -4891990 or 11164341. OLE color: 11164341.
HSL color Cylindrical-coordinate representation of color #B55AAA: hue angle of 307.25º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55AAA is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 170 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.29 |
| HSL | 307.25º | 0.38% | 0.53% | - |
| HSV(B) | 307.25º | 0.5% | 0.71% | - |
| XYZ | 29.97 | 20.04 | 40.32 | - |
| YUV | 126.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 170 | 0 | 0.50 | 0.06 | 0.29 | 307.25 | 0.38 | 0.53 |
| Hex | B5 | 5A | AA | 0 | 32 | 6 | 1D | 133 | 26 | 35 |
| Octal | 265 | 132 | 252 | 0 | 62 | 6 | 35 | 463 | 46 | 65 |
| Binary | 10110101 | 1011010 | 10101010 | 0 | 110010 | 110 | 11101 | 100110011 | 100110 | 110101 |
Color Harmonies of #B55AAA
Complementary color
Monochromatic Colors of #B55AAA
Black with #B55AAA
Text Example
Text Example
White with #B55AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55AAA; }
p { color: rgb(181,90,170); }
H1.HeaderClassName
{
color: #B55AAA;
}
.AnyTagClassName
{
color: #B55AAA;
}
</style>
background-color css
<style>
a { background-color: #B55AAA; }
a { background-color: rgb(181,90,170); }
div.DivClassName
{
background-color: #B55AAA;
}
.BgClassName
{
background-color: #B55AAA;
}
</style>
border-color css
<style>
span { border-color: #B55AAA; }
span { border-color: rgb(181,90,170); }
td.TdClassName
{
border-color: #B55AAA;
}
.TagClassName
{
border-color: #B55AAA;
}
</style>