Shades of Fuchsia #B540AA
Tints of Fuchsia #B540AA
RGB
CMYK
RGB Variations
Color information
#B540AA (or 0xB540AA) is known color: Fuchsia. HEX triplet: B5, 40 and AA. RGB value is (181,64,170). Sum of RGB (Red+Green+Blue) = 181+64+170=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B540AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B540AA is #4ABF55. Grayscale: #6E6E6E. Windows color (decimal): -4898646 or 11157685. OLE color: 11157685.
HSL color Cylindrical-coordinate representation of color #B540AA: hue angle of 305.64º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B540AA is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 170 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.29 |
| HSL | 305.64º | 0.48% | 0.48% | - |
| HSV(B) | 305.64º | 0.65% | 0.71% | - |
| XYZ | 28.15 | 16.39 | 39.71 | - |
| YUV | 111.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 170 | 0 | 0.65 | 0.06 | 0.29 | 305.64 | 0.48 | 0.48 |
| Hex | B5 | 40 | AA | 0 | 41 | 6 | 1D | 132 | 30 | 30 |
| Octal | 265 | 100 | 252 | 0 | 101 | 6 | 35 | 462 | 60 | 60 |
| Binary | 10110101 | 1000000 | 10101010 | 0 | 1000001 | 110 | 11101 | 100110010 | 110000 | 110000 |
Color Harmonies of #B540AA
Complementary color
Monochromatic Colors of #B540AA
Black with #B540AA
Text Example
Text Example
White with #B540AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B540AA; }
p { color: rgb(181,64,170); }
H1.HeaderClassName
{
color: #B540AA;
}
.AnyTagClassName
{
color: #B540AA;
}
</style>
background-color css
<style>
a { background-color: #B540AA; }
a { background-color: rgb(181,64,170); }
div.DivClassName
{
background-color: #B540AA;
}
.BgClassName
{
background-color: #B540AA;
}
</style>
border-color css
<style>
span { border-color: #B540AA; }
span { border-color: rgb(181,64,170); }
td.TdClassName
{
border-color: #B540AA;
}
.TagClassName
{
border-color: #B540AA;
}
</style>