Shades of Fuchsia #B54AB9
Tints of Fuchsia #B54AB9
RGB
CMYK
RGB Variations
Color information
#B54AB9 (or 0xB54AB9) is known color: Fuchsia. HEX triplet: B5, 4A and B9. RGB value is (181,74,185). Sum of RGB (Red+Green+Blue) = 181+74+185=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #B54AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54AB9 is #4AB546. Grayscale: #767676. Windows color (decimal): -4896071 or 12143285. OLE color: 12143285.
HSL color Cylindrical-coordinate representation of color #B54AB9: hue angle of 297.84º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54AB9 is Cyan = 0.02, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 74 | 185 | - |
| CMYK | 0.02 | 0.6 | 0 | 0.27 |
| HSL | 297.84º | 0.44% | 0.51% | - |
| HSV(B) | 297.84º | 0.6% | 0.73% | - |
| XYZ | 30.26 | 18.22 | 47.82 | - |
| YUV | 118.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 185 | 0.02 | 0.6 | 0 | 0.27 | 297.84 | 0.44 | 0.51 |
| Hex | B5 | 4A | B9 | 2 | 3C | 0 | 1B | 12A | 2C | 33 |
| Octal | 265 | 112 | 271 | 2 | 74 | 0 | 33 | 452 | 54 | 63 |
| Binary | 10110101 | 1001010 | 10111001 | 10 | 111100 | 0 | 11011 | 100101010 | 101100 | 110011 |
Color Harmonies of #B54AB9
Complementary color
Monochromatic Colors of #B54AB9
Black with #B54AB9
Text Example
Text Example
White with #B54AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54AB9; }
p { color: rgb(181,74,185); }
H1.HeaderClassName
{
color: #B54AB9;
}
.AnyTagClassName
{
color: #B54AB9;
}
</style>
background-color css
<style>
a { background-color: #B54AB9; }
a { background-color: rgb(181,74,185); }
div.DivClassName
{
background-color: #B54AB9;
}
.BgClassName
{
background-color: #B54AB9;
}
</style>
border-color css
<style>
span { border-color: #B54AB9; }
span { border-color: rgb(181,74,185); }
td.TdClassName
{
border-color: #B54AB9;
}
.TagClassName
{
border-color: #B54AB9;
}
</style>