Shades of Fuchsia #B549B1
Tints of Fuchsia #B549B1
RGB
CMYK
RGB Variations
Color information
#B549B1 (or 0xB549B1) is known color: Fuchsia. HEX triplet: B5, 49 and B1. RGB value is (181,73,177). Sum of RGB (Red+Green+Blue) = 181+73+177=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B549B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B549B1 is #4AB64E. Grayscale: #747474. Windows color (decimal): -4896335 or 11618741. OLE color: 11618741.
HSL color Cylindrical-coordinate representation of color #B549B1: hue angle of 302.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 #B549B1 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 177 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.29 |
| HSL | 302.22º | 0.43% | 0.5% | - |
| HSV(B) | 302.22º | 0.6% | 0.71% | - |
| XYZ | 29.37 | 17.76 | 43.48 | - |
| YUV | 117.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 177 | 0 | 0.60 | 0.02 | 0.29 | 302.22 | 0.43 | 0.5 |
| Hex | B5 | 49 | B1 | 0 | 3C | 2 | 1D | 12E | 2B | 32 |
| Octal | 265 | 111 | 261 | 0 | 74 | 2 | 35 | 456 | 53 | 62 |
| Binary | 10110101 | 1001001 | 10110001 | 0 | 111100 | 10 | 11101 | 100101110 | 101011 | 110010 |
Color Harmonies of #B549B1
Complementary color
Monochromatic Colors of #B549B1
Black with #B549B1
Text Example
Text Example
White with #B549B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549B1; }
p { color: rgb(181,73,177); }
H1.HeaderClassName
{
color: #B549B1;
}
.AnyTagClassName
{
color: #B549B1;
}
</style>
background-color css
<style>
a { background-color: #B549B1; }
a { background-color: rgb(181,73,177); }
div.DivClassName
{
background-color: #B549B1;
}
.BgClassName
{
background-color: #B549B1;
}
</style>
border-color css
<style>
span { border-color: #B549B1; }
span { border-color: rgb(181,73,177); }
td.TdClassName
{
border-color: #B549B1;
}
.TagClassName
{
border-color: #B549B1;
}
</style>