Shades of Violet Blue #B54DA5
Tints of Violet Blue #B54DA5
RGB
CMYK
RGB Variations
Color information
#B54DA5 (or 0xB54DA5) is known color: Violet Blue. HEX triplet: B5, 4D and A5. RGB value is (181,77,165). Sum of RGB (Red+Green+Blue) = 181+77+165=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B54DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54DA5 is #4AB25A. Grayscale: #757575. Windows color (decimal): -4895323 or 10833333. OLE color: 10833333.
HSL color Cylindrical-coordinate representation of color #B54DA5: hue angle of 309.23º 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 #B54DA5 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 77 | 165 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.29 |
| HSL | 309.23º | 0.41% | 0.51% | - |
| HSV(B) | 309.23º | 0.57% | 0.71% | - |
| XYZ | 28.5 | 17.85 | 37.54 | - |
| YUV | 118.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 165 | 0 | 0.57 | 0.09 | 0.29 | 309.23 | 0.41 | 0.51 |
| Hex | B5 | 4D | A5 | 0 | 39 | 9 | 1D | 135 | 29 | 33 |
| Octal | 265 | 115 | 245 | 0 | 71 | 11 | 35 | 465 | 51 | 63 |
| Binary | 10110101 | 1001101 | 10100101 | 0 | 111001 | 1001 | 11101 | 100110101 | 101001 | 110011 |
Color Harmonies of #B54DA5
Complementary color
Monochromatic Colors of #B54DA5
Black with #B54DA5
Text Example
Text Example
White with #B54DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DA5; }
p { color: rgb(181,77,165); }
H1.HeaderClassName
{
color: #B54DA5;
}
.AnyTagClassName
{
color: #B54DA5;
}
</style>
background-color css
<style>
a { background-color: #B54DA5; }
a { background-color: rgb(181,77,165); }
div.DivClassName
{
background-color: #B54DA5;
}
.BgClassName
{
background-color: #B54DA5;
}
</style>
border-color css
<style>
span { border-color: #B54DA5; }
span { border-color: rgb(181,77,165); }
td.TdClassName
{
border-color: #B54DA5;
}
.TagClassName
{
border-color: #B54DA5;
}
</style>