Shades of Fuchsia #B549A6
Tints of Fuchsia #B549A6
RGB
CMYK
RGB Variations
Color information
#B549A6 (or 0xB549A6) is known color: Fuchsia. HEX triplet: B5, 49 and A6. RGB value is (181,73,166). Sum of RGB (Red+Green+Blue) = 181+73+166=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B549A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B549A6 is #4AB659. Grayscale: #737373. Windows color (decimal): -4896346 or 10897845. OLE color: 10897845.
HSL color Cylindrical-coordinate representation of color #B549A6: hue angle of 308.33º 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 #B549A6 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 166 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.29 |
| HSL | 308.33º | 0.43% | 0.5% | - |
| HSV(B) | 308.33º | 0.6% | 0.71% | - |
| XYZ | 28.32 | 17.34 | 37.93 | - |
| YUV | 115.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 166 | 0 | 0.60 | 0.08 | 0.29 | 308.33 | 0.43 | 0.5 |
| Hex | B5 | 49 | A6 | 0 | 3C | 8 | 1D | 134 | 2B | 32 |
| Octal | 265 | 111 | 246 | 0 | 74 | 10 | 35 | 464 | 53 | 62 |
| Binary | 10110101 | 1001001 | 10100110 | 0 | 111100 | 1000 | 11101 | 100110100 | 101011 | 110010 |
Color Harmonies of #B549A6
Complementary color
Monochromatic Colors of #B549A6
Black with #B549A6
Text Example
Text Example
White with #B549A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549A6; }
p { color: rgb(181,73,166); }
H1.HeaderClassName
{
color: #B549A6;
}
.AnyTagClassName
{
color: #B549A6;
}
</style>
background-color css
<style>
a { background-color: #B549A6; }
a { background-color: rgb(181,73,166); }
div.DivClassName
{
background-color: #B549A6;
}
.BgClassName
{
background-color: #B549A6;
}
</style>
border-color css
<style>
span { border-color: #B549A6; }
span { border-color: rgb(181,73,166); }
td.TdClassName
{
border-color: #B549A6;
}
.TagClassName
{
border-color: #B549A6;
}
</style>