Shades of Violet Blue #B549A2
Tints of Violet Blue #B549A2
RGB
CMYK
RGB Variations
Color information
#B549A2 (or 0xB549A2) is known color: Violet Blue. HEX triplet: B5, 49 and A2. RGB value is (181,73,162). Sum of RGB (Red+Green+Blue) = 181+73+162=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B549A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B549A2 is #4AB65D. Grayscale: #737373. Windows color (decimal): -4896350 or 10635701. OLE color: 10635701.
HSL color Cylindrical-coordinate representation of color #B549A2: hue angle of 310.56º 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 #B549A2 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 162 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.29 |
| HSL | 310.56º | 0.43% | 0.5% | - |
| HSV(B) | 310.56º | 0.6% | 0.71% | - |
| XYZ | 27.96 | 17.2 | 36.03 | - |
| YUV | 115.44 | 154.28 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 162 | 0 | 0.60 | 0.10 | 0.29 | 310.56 | 0.43 | 0.5 |
| Hex | B5 | 49 | A2 | 0 | 3C | A | 1D | 137 | 2B | 32 |
| Octal | 265 | 111 | 242 | 0 | 74 | 12 | 35 | 467 | 53 | 62 |
| Binary | 10110101 | 1001001 | 10100010 | 0 | 111100 | 1010 | 11101 | 100110111 | 101011 | 110010 |
Color Harmonies of #B549A2
Complementary color
Monochromatic Colors of #B549A2
Black with #B549A2
Text Example
Text Example
White with #B549A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549A2; }
p { color: rgb(181,73,162); }
H1.HeaderClassName
{
color: #B549A2;
}
.AnyTagClassName
{
color: #B549A2;
}
</style>
background-color css
<style>
a { background-color: #B549A2; }
a { background-color: rgb(181,73,162); }
div.DivClassName
{
background-color: #B549A2;
}
.BgClassName
{
background-color: #B549A2;
}
</style>
border-color css
<style>
span { border-color: #B549A2; }
span { border-color: rgb(181,73,162); }
td.TdClassName
{
border-color: #B549A2;
}
.TagClassName
{
border-color: #B549A2;
}
</style>