Shades of Fuchsia #B549B0
Tints of Fuchsia #B549B0
RGB
CMYK
RGB Variations
Color information
#B549B0 (or 0xB549B0) is known color: Fuchsia. HEX triplet: B5, 49 and B0. RGB value is (181,73,176). Sum of RGB (Red+Green+Blue) = 181+73+176=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B549B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B549B0 is #4AB64F. Grayscale: #747474. Windows color (decimal): -4896336 or 11553205. OLE color: 11553205.
HSL color Cylindrical-coordinate representation of color #B549B0: hue angle of 302.78º 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 #B549B0 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 176 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.29 |
| HSL | 302.78º | 0.43% | 0.5% | - |
| HSV(B) | 302.78º | 0.6% | 0.71% | - |
| XYZ | 29.28 | 17.72 | 42.95 | - |
| YUV | 117.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 176 | 0 | 0.60 | 0.03 | 0.29 | 302.78 | 0.43 | 0.5 |
| Hex | B5 | 49 | B0 | 0 | 3C | 3 | 1D | 12F | 2B | 32 |
| Octal | 265 | 111 | 260 | 0 | 74 | 3 | 35 | 457 | 53 | 62 |
| Binary | 10110101 | 1001001 | 10110000 | 0 | 111100 | 11 | 11101 | 100101111 | 101011 | 110010 |
Color Harmonies of #B549B0
Complementary color
Monochromatic Colors of #B549B0
Black with #B549B0
Text Example
Text Example
White with #B549B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549B0; }
p { color: rgb(181,73,176); }
H1.HeaderClassName
{
color: #B549B0;
}
.AnyTagClassName
{
color: #B549B0;
}
</style>
background-color css
<style>
a { background-color: #B549B0; }
a { background-color: rgb(181,73,176); }
div.DivClassName
{
background-color: #B549B0;
}
.BgClassName
{
background-color: #B549B0;
}
</style>
border-color css
<style>
span { border-color: #B549B0; }
span { border-color: rgb(181,73,176); }
td.TdClassName
{
border-color: #B549B0;
}
.TagClassName
{
border-color: #B549B0;
}
</style>