Shades of Fuchsia #B547AB
Tints of Fuchsia #B547AB
RGB
CMYK
RGB Variations
Color information
#B547AB (or 0xB547AB) is known color: Fuchsia. HEX triplet: B5, 47 and AB. RGB value is (181,71,171). Sum of RGB (Red+Green+Blue) = 181+71+171=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B547AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B547AB is #4AB854. Grayscale: #737373. Windows color (decimal): -4896853 or 11225013. OLE color: 11225013.
HSL color Cylindrical-coordinate representation of color #B547AB: hue angle of 305.45º 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 #B547AB is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 171 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.29 |
| HSL | 305.45º | 0.44% | 0.49% | - |
| HSV(B) | 305.45º | 0.61% | 0.71% | - |
| XYZ | 28.66 | 17.27 | 40.35 | - |
| YUV | 115.29 | 159.44 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 171 | 0 | 0.61 | 0.06 | 0.29 | 305.45 | 0.44 | 0.49 |
| Hex | B5 | 47 | AB | 0 | 3D | 6 | 1D | 131 | 2C | 31 |
| Octal | 265 | 107 | 253 | 0 | 75 | 6 | 35 | 461 | 54 | 61 |
| Binary | 10110101 | 1000111 | 10101011 | 0 | 111101 | 110 | 11101 | 100110001 | 101100 | 110001 |
Color Harmonies of #B547AB
Complementary color
Monochromatic Colors of #B547AB
Black with #B547AB
Text Example
Text Example
White with #B547AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547AB; }
p { color: rgb(181,71,171); }
H1.HeaderClassName
{
color: #B547AB;
}
.AnyTagClassName
{
color: #B547AB;
}
</style>
background-color css
<style>
a { background-color: #B547AB; }
a { background-color: rgb(181,71,171); }
div.DivClassName
{
background-color: #B547AB;
}
.BgClassName
{
background-color: #B547AB;
}
</style>
border-color css
<style>
span { border-color: #B547AB; }
span { border-color: rgb(181,71,171); }
td.TdClassName
{
border-color: #B547AB;
}
.TagClassName
{
border-color: #B547AB;
}
</style>