Shades of Fuchsia #B54AA8
Tints of Fuchsia #B54AA8
RGB
CMYK
RGB Variations
Color information
#B54AA8 (or 0xB54AA8) is known color: Fuchsia. HEX triplet: B5, 4A and A8. RGB value is (181,74,168). Sum of RGB (Red+Green+Blue) = 181+74+168=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B54AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54AA8 is #4AB557. Grayscale: #747474. Windows color (decimal): -4896088 or 11029173. OLE color: 11029173.
HSL color Cylindrical-coordinate representation of color #B54AA8: hue angle of 307.29º 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 #B54AA8 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 168 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.29 |
| HSL | 307.29º | 0.42% | 0.5% | - |
| HSV(B) | 307.29º | 0.59% | 0.71% | - |
| XYZ | 28.57 | 17.55 | 38.93 | - |
| YUV | 116.71 | 156.95 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 168 | 0 | 0.59 | 0.07 | 0.29 | 307.29 | 0.42 | 0.5 |
| Hex | B5 | 4A | A8 | 0 | 3B | 7 | 1D | 133 | 2A | 32 |
| Octal | 265 | 112 | 250 | 0 | 73 | 7 | 35 | 463 | 52 | 62 |
| Binary | 10110101 | 1001010 | 10101000 | 0 | 111011 | 111 | 11101 | 100110011 | 101010 | 110010 |
Color Harmonies of #B54AA8
Complementary color
Monochromatic Colors of #B54AA8
Black with #B54AA8
Text Example
Text Example
White with #B54AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54AA8; }
p { color: rgb(181,74,168); }
H1.HeaderClassName
{
color: #B54AA8;
}
.AnyTagClassName
{
color: #B54AA8;
}
</style>
background-color css
<style>
a { background-color: #B54AA8; }
a { background-color: rgb(181,74,168); }
div.DivClassName
{
background-color: #B54AA8;
}
.BgClassName
{
background-color: #B54AA8;
}
</style>
border-color css
<style>
span { border-color: #B54AA8; }
span { border-color: rgb(181,74,168); }
td.TdClassName
{
border-color: #B54AA8;
}
.TagClassName
{
border-color: #B54AA8;
}
</style>