Shades of Fuchsia #B54AA9
Tints of Fuchsia #B54AA9
RGB
CMYK
RGB Variations
Color information
#B54AA9 (or 0xB54AA9) is known color: Fuchsia. HEX triplet: B5, 4A and A9. RGB value is (181,74,169). Sum of RGB (Red+Green+Blue) = 181+74+169=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 169 (66.41% from 255 or 39.86% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B54AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54AA9 is #4AB556. Grayscale: #747474. Windows color (decimal): -4896087 or 11094709. OLE color: 11094709.
HSL color Cylindrical-coordinate representation of color #B54AA9: hue angle of 306.73º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54AA9 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 169 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.29 |
| HSL | 306.73º | 0.42% | 0.5% | - |
| HSV(B) | 306.73º | 0.59% | 0.71% | - |
| XYZ | 28.67 | 17.59 | 39.42 | - |
| YUV | 116.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 169 | 0 | 0.59 | 0.07 | 0.29 | 306.73 | 0.42 | 0.5 |
| Hex | B5 | 4A | A9 | 0 | 3B | 7 | 1D | 133 | 2A | 32 |
| Octal | 265 | 112 | 251 | 0 | 73 | 7 | 35 | 463 | 52 | 62 |
| Binary | 10110101 | 1001010 | 10101001 | 0 | 111011 | 111 | 11101 | 100110011 | 101010 | 110010 |
Color Harmonies of #B54AA9
Complementary color
Monochromatic Colors of #B54AA9
Black with #B54AA9
Text Example
Text Example
White with #B54AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54AA9; }
p { color: rgb(181,74,169); }
H1.HeaderClassName
{
color: #B54AA9;
}
.AnyTagClassName
{
color: #B54AA9;
}
</style>
background-color css
<style>
a { background-color: #B54AA9; }
a { background-color: rgb(181,74,169); }
div.DivClassName
{
background-color: #B54AA9;
}
.BgClassName
{
background-color: #B54AA9;
}
</style>
border-color css
<style>
span { border-color: #B54AA9; }
span { border-color: rgb(181,74,169); }
td.TdClassName
{
border-color: #B54AA9;
}
.TagClassName
{
border-color: #B54AA9;
}
</style>