Shades of Fuchsia #B54AAE
Tints of Fuchsia #B54AAE
RGB
CMYK
RGB Variations
Color information
#B54AAE (or 0xB54AAE) is known color: Fuchsia. HEX triplet: B5, 4A and AE. RGB value is (181,74,174). Sum of RGB (Red+Green+Blue) = 181+74+174=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B54AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54AAE is #4AB551. Grayscale: #757575. Windows color (decimal): -4896082 or 11422389. OLE color: 11422389.
HSL color Cylindrical-coordinate representation of color #B54AAE: hue angle of 303.93º 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 #B54AAE is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 174 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.29 |
| HSL | 303.93º | 0.42% | 0.5% | - |
| HSV(B) | 303.93º | 0.59% | 0.71% | - |
| XYZ | 29.14 | 17.78 | 41.94 | - |
| YUV | 117.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 174 | 0 | 0.59 | 0.04 | 0.29 | 303.93 | 0.42 | 0.5 |
| Hex | B5 | 4A | AE | 0 | 3B | 4 | 1D | 130 | 2A | 32 |
| Octal | 265 | 112 | 256 | 0 | 73 | 4 | 35 | 460 | 52 | 62 |
| Binary | 10110101 | 1001010 | 10101110 | 0 | 111011 | 100 | 11101 | 100110000 | 101010 | 110010 |
Color Harmonies of #B54AAE
Complementary color
Monochromatic Colors of #B54AAE
Black with #B54AAE
Text Example
Text Example
White with #B54AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54AAE; }
p { color: rgb(181,74,174); }
H1.HeaderClassName
{
color: #B54AAE;
}
.AnyTagClassName
{
color: #B54AAE;
}
</style>
background-color css
<style>
a { background-color: #B54AAE; }
a { background-color: rgb(181,74,174); }
div.DivClassName
{
background-color: #B54AAE;
}
.BgClassName
{
background-color: #B54AAE;
}
</style>
border-color css
<style>
span { border-color: #B54AAE; }
span { border-color: rgb(181,74,174); }
td.TdClassName
{
border-color: #B54AAE;
}
.TagClassName
{
border-color: #B54AAE;
}
</style>