Shades of Violet Blue #B54FA3
Tints of Violet Blue #B54FA3
RGB
CMYK
RGB Variations
Color information
#B54FA3 (or 0xB54FA3) is known color: Violet Blue. HEX triplet: B5, 4F and A3. RGB value is (181,79,163). Sum of RGB (Red+Green+Blue) = 181+79+163=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B54FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54FA3 is #4AB05C. Grayscale: #767676. Windows color (decimal): -4894813 or 10702773. OLE color: 10702773.
HSL color Cylindrical-coordinate representation of color #B54FA3: hue angle of 310.59º 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 #B54FA3 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 79 | 163 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.29 |
| HSL | 310.59º | 0.41% | 0.51% | - |
| HSV(B) | 310.59º | 0.56% | 0.71% | - |
| XYZ | 28.46 | 18.06 | 36.64 | - |
| YUV | 119.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 163 | 0 | 0.56 | 0.10 | 0.29 | 310.59 | 0.41 | 0.51 |
| Hex | B5 | 4F | A3 | 0 | 38 | A | 1D | 137 | 29 | 33 |
| Octal | 265 | 117 | 243 | 0 | 70 | 12 | 35 | 467 | 51 | 63 |
| Binary | 10110101 | 1001111 | 10100011 | 0 | 111000 | 1010 | 11101 | 100110111 | 101001 | 110011 |
Color Harmonies of #B54FA3
Complementary color
Monochromatic Colors of #B54FA3
Black with #B54FA3
Text Example
Text Example
White with #B54FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54FA3; }
p { color: rgb(181,79,163); }
H1.HeaderClassName
{
color: #B54FA3;
}
.AnyTagClassName
{
color: #B54FA3;
}
</style>
background-color css
<style>
a { background-color: #B54FA3; }
a { background-color: rgb(181,79,163); }
div.DivClassName
{
background-color: #B54FA3;
}
.BgClassName
{
background-color: #B54FA3;
}
</style>
border-color css
<style>
span { border-color: #B54FA3; }
span { border-color: rgb(181,79,163); }
td.TdClassName
{
border-color: #B54FA3;
}
.TagClassName
{
border-color: #B54FA3;
}
</style>