Shades of Fuchsia #B547AA
Tints of Fuchsia #B547AA
RGB
CMYK
RGB Variations
Color information
#B547AA (or 0xB547AA) is known color: Fuchsia. HEX triplet: B5, 47 and AA. RGB value is (181,71,170). Sum of RGB (Red+Green+Blue) = 181+71+170=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B547AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B547AA is #4AB855. Grayscale: #727272. Windows color (decimal): -4896854 or 11159477. OLE color: 11159477.
HSL color Cylindrical-coordinate representation of color #B547AA: hue angle of 306º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B547AA is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 170 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.29 |
| HSL | 306º | 0.44% | 0.49% | - |
| HSV(B) | 306º | 0.61% | 0.71% | - |
| XYZ | 28.56 | 17.23 | 39.85 | - |
| YUV | 115.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 170 | 0 | 0.61 | 0.06 | 0.29 | 306 | 0.44 | 0.49 |
| Hex | B5 | 47 | AA | 0 | 3D | 6 | 1D | 132 | 2C | 31 |
| Octal | 265 | 107 | 252 | 0 | 75 | 6 | 35 | 462 | 54 | 61 |
| Binary | 10110101 | 1000111 | 10101010 | 0 | 111101 | 110 | 11101 | 100110010 | 101100 | 110001 |
Color Harmonies of #B547AA
Complementary color
Monochromatic Colors of #B547AA
Black with #B547AA
Text Example
Text Example
White with #B547AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547AA; }
p { color: rgb(181,71,170); }
H1.HeaderClassName
{
color: #B547AA;
}
.AnyTagClassName
{
color: #B547AA;
}
</style>
background-color css
<style>
a { background-color: #B547AA; }
a { background-color: rgb(181,71,170); }
div.DivClassName
{
background-color: #B547AA;
}
.BgClassName
{
background-color: #B547AA;
}
</style>
border-color css
<style>
span { border-color: #B547AA; }
span { border-color: rgb(181,71,170); }
td.TdClassName
{
border-color: #B547AA;
}
.TagClassName
{
border-color: #B547AA;
}
</style>