Shades of Fuchsia #B53FAE
Tints of Fuchsia #B53FAE
RGB
CMYK
RGB Variations
Color information
#B53FAE (or 0xB53FAE) is known color: Fuchsia. HEX triplet: B5, 3F and AE. RGB value is (181,63,174). Sum of RGB (Red+Green+Blue) = 181+63+174=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B53FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53FAE is #4AC051. Grayscale: #6E6E6E. Windows color (decimal): -4898898 or 11419573. OLE color: 11419573.
HSL color Cylindrical-coordinate representation of color #B53FAE: hue angle of 303.56º 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 #B53FAE is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 63 | 174 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.29 |
| HSL | 303.56º | 0.48% | 0.48% | - |
| HSV(B) | 303.56º | 0.65% | 0.71% | - |
| XYZ | 28.47 | 16.43 | 41.72 | - |
| YUV | 110.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 174 | 0 | 0.65 | 0.04 | 0.29 | 303.56 | 0.48 | 0.48 |
| Hex | B5 | 3F | AE | 0 | 41 | 4 | 1D | 130 | 30 | 30 |
| Octal | 265 | 77 | 256 | 0 | 101 | 4 | 35 | 460 | 60 | 60 |
| Binary | 10110101 | 111111 | 10101110 | 0 | 1000001 | 100 | 11101 | 100110000 | 110000 | 110000 |
Color Harmonies of #B53FAE
Complementary color
Monochromatic Colors of #B53FAE
Black with #B53FAE
Text Example
Text Example
White with #B53FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53FAE; }
p { color: rgb(181,63,174); }
H1.HeaderClassName
{
color: #B53FAE;
}
.AnyTagClassName
{
color: #B53FAE;
}
</style>
background-color css
<style>
a { background-color: #B53FAE; }
a { background-color: rgb(181,63,174); }
div.DivClassName
{
background-color: #B53FAE;
}
.BgClassName
{
background-color: #B53FAE;
}
</style>
border-color css
<style>
span { border-color: #B53FAE; }
span { border-color: rgb(181,63,174); }
td.TdClassName
{
border-color: #B53FAE;
}
.TagClassName
{
border-color: #B53FAE;
}
</style>