Shades of Violet Blue #B554A4
Tints of Violet Blue #B554A4
RGB
CMYK
RGB Variations
Color information
#B554A4 (or 0xB554A4) is known color: Violet Blue. HEX triplet: B5, 54 and A4. RGB value is (181,84,164). Sum of RGB (Red+Green+Blue) = 181+84+164=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B554A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B554A4 is #4AAB5B. Grayscale: #797979. Windows color (decimal): -4893532 or 10769589. OLE color: 10769589.
HSL color Cylindrical-coordinate representation of color #B554A4: hue angle of 310.52º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B554A4 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 164 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.29 |
| HSL | 310.52º | 0.4% | 0.52% | - |
| HSV(B) | 310.52º | 0.54% | 0.71% | - |
| XYZ | 28.93 | 18.84 | 37.23 | - |
| YUV | 122.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 164 | 0 | 0.54 | 0.09 | 0.29 | 310.52 | 0.4 | 0.52 |
| Hex | B5 | 54 | A4 | 0 | 36 | 9 | 1D | 137 | 28 | 34 |
| Octal | 265 | 124 | 244 | 0 | 66 | 11 | 35 | 467 | 50 | 64 |
| Binary | 10110101 | 1010100 | 10100100 | 0 | 110110 | 1001 | 11101 | 100110111 | 101000 | 110100 |
Color Harmonies of #B554A4
Complementary color
Monochromatic Colors of #B554A4
Black with #B554A4
Text Example
Text Example
White with #B554A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B554A4; }
p { color: rgb(181,84,164); }
H1.HeaderClassName
{
color: #B554A4;
}
.AnyTagClassName
{
color: #B554A4;
}
</style>
background-color css
<style>
a { background-color: #B554A4; }
a { background-color: rgb(181,84,164); }
div.DivClassName
{
background-color: #B554A4;
}
.BgClassName
{
background-color: #B554A4;
}
</style>
border-color css
<style>
span { border-color: #B554A4; }
span { border-color: rgb(181,84,164); }
td.TdClassName
{
border-color: #B554A4;
}
.TagClassName
{
border-color: #B554A4;
}
</style>