Shades of Violet Blue #B548A5
Tints of Violet Blue #B548A5
RGB
CMYK
RGB Variations
Color information
#B548A5 (or 0xB548A5) is known color: Violet Blue. HEX triplet: B5, 48 and A5. RGB value is (181,72,165). Sum of RGB (Red+Green+Blue) = 181+72+165=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B548A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B548A5 is #4AB75A. Grayscale: #727272. Windows color (decimal): -4896603 or 10832053. OLE color: 10832053.
HSL color Cylindrical-coordinate representation of color #B548A5: hue angle of 308.81º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B548A5 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 165 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.29 |
| HSL | 308.81º | 0.43% | 0.5% | - |
| HSV(B) | 308.81º | 0.6% | 0.71% | - |
| XYZ | 28.16 | 17.18 | 37.43 | - |
| YUV | 115.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 165 | 0 | 0.60 | 0.09 | 0.29 | 308.81 | 0.43 | 0.5 |
| Hex | B5 | 48 | A5 | 0 | 3C | 9 | 1D | 135 | 2B | 32 |
| Octal | 265 | 110 | 245 | 0 | 74 | 11 | 35 | 465 | 53 | 62 |
| Binary | 10110101 | 1001000 | 10100101 | 0 | 111100 | 1001 | 11101 | 100110101 | 101011 | 110010 |
Color Harmonies of #B548A5
Complementary color
Monochromatic Colors of #B548A5
Black with #B548A5
Text Example
Text Example
White with #B548A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B548A5; }
p { color: rgb(181,72,165); }
H1.HeaderClassName
{
color: #B548A5;
}
.AnyTagClassName
{
color: #B548A5;
}
</style>
background-color css
<style>
a { background-color: #B548A5; }
a { background-color: rgb(181,72,165); }
div.DivClassName
{
background-color: #B548A5;
}
.BgClassName
{
background-color: #B548A5;
}
</style>
border-color css
<style>
span { border-color: #B548A5; }
span { border-color: rgb(181,72,165); }
td.TdClassName
{
border-color: #B548A5;
}
.TagClassName
{
border-color: #B548A5;
}
</style>