Shades of Fuchsia #B547A6
Tints of Fuchsia #B547A6
RGB
CMYK
RGB Variations
Color information
#B547A6 (or 0xB547A6) is known color: Fuchsia. HEX triplet: B5, 47 and A6. RGB value is (181,71,166). Sum of RGB (Red+Green+Blue) = 181+71+166=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B547A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B547A6 is #4AB859. Grayscale: #727272. Windows color (decimal): -4896858 or 10897333. OLE color: 10897333.
HSL color Cylindrical-coordinate representation of color #B547A6: hue angle of 308.18º 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 #B547A6 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 166 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.29 |
| HSL | 308.18º | 0.44% | 0.49% | - |
| HSV(B) | 308.18º | 0.61% | 0.71% | - |
| XYZ | 28.19 | 17.08 | 37.89 | - |
| YUV | 114.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 166 | 0 | 0.61 | 0.08 | 0.29 | 308.18 | 0.44 | 0.49 |
| Hex | B5 | 47 | A6 | 0 | 3D | 8 | 1D | 134 | 2C | 31 |
| Octal | 265 | 107 | 246 | 0 | 75 | 10 | 35 | 464 | 54 | 61 |
| Binary | 10110101 | 1000111 | 10100110 | 0 | 111101 | 1000 | 11101 | 100110100 | 101100 | 110001 |
Color Harmonies of #B547A6
Complementary color
Monochromatic Colors of #B547A6
Black with #B547A6
Text Example
Text Example
White with #B547A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547A6; }
p { color: rgb(181,71,166); }
H1.HeaderClassName
{
color: #B547A6;
}
.AnyTagClassName
{
color: #B547A6;
}
</style>
background-color css
<style>
a { background-color: #B547A6; }
a { background-color: rgb(181,71,166); }
div.DivClassName
{
background-color: #B547A6;
}
.BgClassName
{
background-color: #B547A6;
}
</style>
border-color css
<style>
span { border-color: #B547A6; }
span { border-color: rgb(181,71,166); }
td.TdClassName
{
border-color: #B547A6;
}
.TagClassName
{
border-color: #B547A6;
}
</style>