Shades of Violet Blue #B54FA2
Tints of Violet Blue #B54FA2
RGB
CMYK
RGB Variations
Color information
#B54FA2 (or 0xB54FA2) is known color: Violet Blue. HEX triplet: B5, 4F and A2. RGB value is (181,79,162). Sum of RGB (Red+Green+Blue) = 181+79+162=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B54FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54FA2 is #4AB05D. Grayscale: #767676. Windows color (decimal): -4894814 or 10637237. OLE color: 10637237.
HSL color Cylindrical-coordinate representation of color #B54FA2: hue angle of 311.18º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B54FA2 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 79 | 162 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.29 |
| HSL | 311.18º | 0.41% | 0.51% | - |
| HSV(B) | 311.18º | 0.56% | 0.71% | - |
| XYZ | 28.37 | 18.02 | 36.17 | - |
| YUV | 118.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 162 | 0 | 0.56 | 0.10 | 0.29 | 311.18 | 0.41 | 0.51 |
| Hex | B5 | 4F | A2 | 0 | 38 | A | 1D | 137 | 29 | 33 |
| Octal | 265 | 117 | 242 | 0 | 70 | 12 | 35 | 467 | 51 | 63 |
| Binary | 10110101 | 1001111 | 10100010 | 0 | 111000 | 1010 | 11101 | 100110111 | 101001 | 110011 |
Color Harmonies of #B54FA2
Complementary color
Monochromatic Colors of #B54FA2
Black with #B54FA2
Text Example
Text Example
White with #B54FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54FA2; }
p { color: rgb(181,79,162); }
H1.HeaderClassName
{
color: #B54FA2;
}
.AnyTagClassName
{
color: #B54FA2;
}
</style>
background-color css
<style>
a { background-color: #B54FA2; }
a { background-color: rgb(181,79,162); }
div.DivClassName
{
background-color: #B54FA2;
}
.BgClassName
{
background-color: #B54FA2;
}
</style>
border-color css
<style>
span { border-color: #B54FA2; }
span { border-color: rgb(181,79,162); }
td.TdClassName
{
border-color: #B54FA2;
}
.TagClassName
{
border-color: #B54FA2;
}
</style>