Shades of Violet Blue #B54DA1
Tints of Violet Blue #B54DA1
RGB
CMYK
RGB Variations
Color information
#B54DA1 (or 0xB54DA1) is known color: Violet Blue. HEX triplet: B5, 4D and A1. RGB value is (181,77,161). Sum of RGB (Red+Green+Blue) = 181+77+161=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B54DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54DA1 is #4AB25E. Grayscale: #757575. Windows color (decimal): -4895327 or 10571189. OLE color: 10571189.
HSL color Cylindrical-coordinate representation of color #B54DA1: hue angle of 311.54º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54DA1 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 77 | 161 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.29 |
| HSL | 311.54º | 0.41% | 0.51% | - |
| HSV(B) | 311.54º | 0.57% | 0.71% | - |
| XYZ | 28.14 | 17.7 | 35.65 | - |
| YUV | 117.67 | 152.46 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 161 | 0 | 0.57 | 0.11 | 0.29 | 311.54 | 0.41 | 0.51 |
| Hex | B5 | 4D | A1 | 0 | 39 | B | 1D | 138 | 29 | 33 |
| Octal | 265 | 115 | 241 | 0 | 71 | 13 | 35 | 470 | 51 | 63 |
| Binary | 10110101 | 1001101 | 10100001 | 0 | 111001 | 1011 | 11101 | 100111000 | 101001 | 110011 |
Color Harmonies of #B54DA1
Complementary color
Monochromatic Colors of #B54DA1
Black with #B54DA1
Text Example
Text Example
White with #B54DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DA1; }
p { color: rgb(181,77,161); }
H1.HeaderClassName
{
color: #B54DA1;
}
.AnyTagClassName
{
color: #B54DA1;
}
</style>
background-color css
<style>
a { background-color: #B54DA1; }
a { background-color: rgb(181,77,161); }
div.DivClassName
{
background-color: #B54DA1;
}
.BgClassName
{
background-color: #B54DA1;
}
</style>
border-color css
<style>
span { border-color: #B54DA1; }
span { border-color: rgb(181,77,161); }
td.TdClassName
{
border-color: #B54DA1;
}
.TagClassName
{
border-color: #B54DA1;
}
</style>