Shades of Violet Blue #B54DA6
Tints of Violet Blue #B54DA6
RGB
CMYK
RGB Variations
Color information
#B54DA6 (or 0xB54DA6) is known color: Violet Blue. HEX triplet: B5, 4D and A6. RGB value is (181,77,166). Sum of RGB (Red+Green+Blue) = 181+77+166=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B54DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54DA6 is #4AB259. Grayscale: #757575. Windows color (decimal): -4895322 or 10898869. OLE color: 10898869.
HSL color Cylindrical-coordinate representation of color #B54DA6: hue angle of 308.65º 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 #B54DA6 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 77 | 166 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.29 |
| HSL | 308.65º | 0.41% | 0.51% | - |
| HSV(B) | 308.65º | 0.57% | 0.71% | - |
| XYZ | 28.59 | 17.88 | 38.02 | - |
| YUV | 118.24 | 154.96 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 166 | 0 | 0.57 | 0.08 | 0.29 | 308.65 | 0.41 | 0.51 |
| Hex | B5 | 4D | A6 | 0 | 39 | 8 | 1D | 135 | 29 | 33 |
| Octal | 265 | 115 | 246 | 0 | 71 | 10 | 35 | 465 | 51 | 63 |
| Binary | 10110101 | 1001101 | 10100110 | 0 | 111001 | 1000 | 11101 | 100110101 | 101001 | 110011 |
Color Harmonies of #B54DA6
Complementary color
Monochromatic Colors of #B54DA6
Black with #B54DA6
Text Example
Text Example
White with #B54DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DA6; }
p { color: rgb(181,77,166); }
H1.HeaderClassName
{
color: #B54DA6;
}
.AnyTagClassName
{
color: #B54DA6;
}
</style>
background-color css
<style>
a { background-color: #B54DA6; }
a { background-color: rgb(181,77,166); }
div.DivClassName
{
background-color: #B54DA6;
}
.BgClassName
{
background-color: #B54DA6;
}
</style>
border-color css
<style>
span { border-color: #B54DA6; }
span { border-color: rgb(181,77,166); }
td.TdClassName
{
border-color: #B54DA6;
}
.TagClassName
{
border-color: #B54DA6;
}
</style>