Shades of Violet Blue #B54EA4
Tints of Violet Blue #B54EA4
RGB
CMYK
RGB Variations
Color information
#B54EA4 (or 0xB54EA4) is known color: Violet Blue. HEX triplet: B5, 4E and A4. RGB value is (181,78,164). Sum of RGB (Red+Green+Blue) = 181+78+164=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B54EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54EA4 is #4AB15B. Grayscale: #767676. Windows color (decimal): -4895068 or 10768053. OLE color: 10768053.
HSL color Cylindrical-coordinate representation of color #B54EA4: hue angle of 309.9º 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 #B54EA4 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 78 | 164 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.29 |
| HSL | 309.9º | 0.41% | 0.51% | - |
| HSV(B) | 309.9º | 0.57% | 0.71% | - |
| XYZ | 28.48 | 17.95 | 37.09 | - |
| YUV | 118.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 164 | 0 | 0.57 | 0.09 | 0.29 | 309.9 | 0.41 | 0.51 |
| Hex | B5 | 4E | A4 | 0 | 39 | 9 | 1D | 136 | 29 | 33 |
| Octal | 265 | 116 | 244 | 0 | 71 | 11 | 35 | 466 | 51 | 63 |
| Binary | 10110101 | 1001110 | 10100100 | 0 | 111001 | 1001 | 11101 | 100110110 | 101001 | 110011 |
Color Harmonies of #B54EA4
Complementary color
Monochromatic Colors of #B54EA4
Black with #B54EA4
Text Example
Text Example
White with #B54EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54EA4; }
p { color: rgb(181,78,164); }
H1.HeaderClassName
{
color: #B54EA4;
}
.AnyTagClassName
{
color: #B54EA4;
}
</style>
background-color css
<style>
a { background-color: #B54EA4; }
a { background-color: rgb(181,78,164); }
div.DivClassName
{
background-color: #B54EA4;
}
.BgClassName
{
background-color: #B54EA4;
}
</style>
border-color css
<style>
span { border-color: #B54EA4; }
span { border-color: rgb(181,78,164); }
td.TdClassName
{
border-color: #B54EA4;
}
.TagClassName
{
border-color: #B54EA4;
}
</style>