Shades of Fuchsia #B53AA8
Tints of Fuchsia #B53AA8
RGB
CMYK
RGB Variations
Color information
#B53AA8 (or 0xB53AA8) is known color: Fuchsia. HEX triplet: B5, 3A and A8. RGB value is (181,58,168). Sum of RGB (Red+Green+Blue) = 181+58+168=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B53AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53AA8 is #4AC557. Grayscale: #6B6B6B. Windows color (decimal): -4900184 or 11025077. OLE color: 11025077.
HSL color Cylindrical-coordinate representation of color #B53AA8: hue angle of 306.34º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B53AA8 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 58 | 168 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.29 |
| HSL | 306.34º | 0.51% | 0.47% | - |
| HSV(B) | 306.34º | 0.68% | 0.71% | - |
| XYZ | 27.64 | 15.68 | 38.62 | - |
| YUV | 107.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 58 | 168 | 0 | 0.68 | 0.07 | 0.29 | 306.34 | 0.51 | 0.47 |
| Hex | B5 | 3A | A8 | 0 | 44 | 7 | 1D | 132 | 33 | 2F |
| Octal | 265 | 72 | 250 | 0 | 104 | 7 | 35 | 462 | 63 | 57 |
| Binary | 10110101 | 111010 | 10101000 | 0 | 1000100 | 111 | 11101 | 100110010 | 110011 | 101111 |
Color Harmonies of #B53AA8
Complementary color
Monochromatic Colors of #B53AA8
Black with #B53AA8
Text Example
Text Example
White with #B53AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53AA8; }
p { color: rgb(181,58,168); }
H1.HeaderClassName
{
color: #B53AA8;
}
.AnyTagClassName
{
color: #B53AA8;
}
</style>
background-color css
<style>
a { background-color: #B53AA8; }
a { background-color: rgb(181,58,168); }
div.DivClassName
{
background-color: #B53AA8;
}
.BgClassName
{
background-color: #B53AA8;
}
</style>
border-color css
<style>
span { border-color: #B53AA8; }
span { border-color: rgb(181,58,168); }
td.TdClassName
{
border-color: #B53AA8;
}
.TagClassName
{
border-color: #B53AA8;
}
</style>