Shades of Violet Blue #B54AA1
Tints of Violet Blue #B54AA1
RGB
CMYK
RGB Variations
Color information
#B54AA1 (or 0xB54AA1) is known color: Violet Blue. HEX triplet: B5, 4A and A1. RGB value is (181,74,161). Sum of RGB (Red+Green+Blue) = 181+74+161=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B54AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54AA1 is #4AB55E. Grayscale: #737373. Windows color (decimal): -4896095 or 10570421. OLE color: 10570421.
HSL color Cylindrical-coordinate representation of color #B54AA1: hue angle of 311.21º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54AA1 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 161 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.29 |
| HSL | 311.22º | 0.42% | 0.5% | - |
| HSV(B) | 311.22º | 0.59% | 0.71% | - |
| XYZ | 27.94 | 17.29 | 35.58 | - |
| YUV | 115.91 | 153.45 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 161 | 0 | 0.59 | 0.11 | 0.29 | 311.22 | 0.42 | 0.5 |
| Hex | B5 | 4A | A1 | 0 | 3B | B | 1D | 137 | 2A | 32 |
| Octal | 265 | 112 | 241 | 0 | 73 | 13 | 35 | 467 | 52 | 62 |
| Binary | 10110101 | 1001010 | 10100001 | 0 | 111011 | 1011 | 11101 | 100110111 | 101010 | 110010 |
Color Harmonies of #B54AA1
Complementary color
Monochromatic Colors of #B54AA1
Black with #B54AA1
Text Example
Text Example
White with #B54AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54AA1; }
p { color: rgb(181,74,161); }
H1.HeaderClassName
{
color: #B54AA1;
}
.AnyTagClassName
{
color: #B54AA1;
}
</style>
background-color css
<style>
a { background-color: #B54AA1; }
a { background-color: rgb(181,74,161); }
div.DivClassName
{
background-color: #B54AA1;
}
.BgClassName
{
background-color: #B54AA1;
}
</style>
border-color css
<style>
span { border-color: #B54AA1; }
span { border-color: rgb(181,74,161); }
td.TdClassName
{
border-color: #B54AA1;
}
.TagClassName
{
border-color: #B54AA1;
}
</style>