Shades of Fuchsia #B549A8
Tints of Fuchsia #B549A8
RGB
CMYK
RGB Variations
Color information
#B549A8 (or 0xB549A8) is known color: Fuchsia. HEX triplet: B5, 49 and A8. RGB value is (181,73,168). Sum of RGB (Red+Green+Blue) = 181+73+168=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B549A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B549A8 is #4AB657. Grayscale: #737373. Windows color (decimal): -4896344 or 11028917. OLE color: 11028917.
HSL color Cylindrical-coordinate representation of color #B549A8: hue angle of 307.22º 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 #B549A8 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 168 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.29 |
| HSL | 307.22º | 0.43% | 0.5% | - |
| HSV(B) | 307.22º | 0.6% | 0.71% | - |
| XYZ | 28.51 | 17.42 | 38.9 | - |
| YUV | 116.12 | 157.28 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 168 | 0 | 0.60 | 0.07 | 0.29 | 307.22 | 0.43 | 0.5 |
| Hex | B5 | 49 | A8 | 0 | 3C | 7 | 1D | 133 | 2B | 32 |
| Octal | 265 | 111 | 250 | 0 | 74 | 7 | 35 | 463 | 53 | 62 |
| Binary | 10110101 | 1001001 | 10101000 | 0 | 111100 | 111 | 11101 | 100110011 | 101011 | 110010 |
Color Harmonies of #B549A8
Complementary color
Monochromatic Colors of #B549A8
Black with #B549A8
Text Example
Text Example
White with #B549A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549A8; }
p { color: rgb(181,73,168); }
H1.HeaderClassName
{
color: #B549A8;
}
.AnyTagClassName
{
color: #B549A8;
}
</style>
background-color css
<style>
a { background-color: #B549A8; }
a { background-color: rgb(181,73,168); }
div.DivClassName
{
background-color: #B549A8;
}
.BgClassName
{
background-color: #B549A8;
}
</style>
border-color css
<style>
span { border-color: #B549A8; }
span { border-color: rgb(181,73,168); }
td.TdClassName
{
border-color: #B549A8;
}
.TagClassName
{
border-color: #B549A8;
}
</style>