Shades of Violet Blue #B54BA4
Tints of Violet Blue #B54BA4
RGB
CMYK
RGB Variations
Color information
#B54BA4 (or 0xB54BA4) is known color: Violet Blue. HEX triplet: B5, 4B and A4. RGB value is (181,75,164). Sum of RGB (Red+Green+Blue) = 181+75+164=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B54BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54BA4 is #4AB45B. Grayscale: #747474. Windows color (decimal): -4895836 or 10767285. OLE color: 10767285.
HSL color Cylindrical-coordinate representation of color #B54BA4: hue angle of 309.62º 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 #B54BA4 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 75 | 164 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.29 |
| HSL | 309.62º | 0.42% | 0.5% | - |
| HSV(B) | 309.62º | 0.59% | 0.71% | - |
| XYZ | 28.27 | 17.54 | 37.02 | - |
| YUV | 116.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 75 | 164 | 0 | 0.59 | 0.09 | 0.29 | 309.62 | 0.42 | 0.5 |
| Hex | B5 | 4B | A4 | 0 | 3B | 9 | 1D | 136 | 2A | 32 |
| Octal | 265 | 113 | 244 | 0 | 73 | 11 | 35 | 466 | 52 | 62 |
| Binary | 10110101 | 1001011 | 10100100 | 0 | 111011 | 1001 | 11101 | 100110110 | 101010 | 110010 |
Color Harmonies of #B54BA4
Complementary color
Monochromatic Colors of #B54BA4
Black with #B54BA4
Text Example
Text Example
White with #B54BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54BA4; }
p { color: rgb(181,75,164); }
H1.HeaderClassName
{
color: #B54BA4;
}
.AnyTagClassName
{
color: #B54BA4;
}
</style>
background-color css
<style>
a { background-color: #B54BA4; }
a { background-color: rgb(181,75,164); }
div.DivClassName
{
background-color: #B54BA4;
}
.BgClassName
{
background-color: #B54BA4;
}
</style>
border-color css
<style>
span { border-color: #B54BA4; }
span { border-color: rgb(181,75,164); }
td.TdClassName
{
border-color: #B54BA4;
}
.TagClassName
{
border-color: #B54BA4;
}
</style>