Shades of Fuchsia #B53AAC
Tints of Fuchsia #B53AAC
RGB
CMYK
RGB Variations
Color information
#B53AAC (or 0xB53AAC) is known color: Fuchsia. HEX triplet: B5, 3A and AC. RGB value is (181,58,172). Sum of RGB (Red+Green+Blue) = 181+58+172=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B53AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53AAC is #4AC553. Grayscale: #6B6B6B. Windows color (decimal): -4900180 or 11287221. OLE color: 11287221.
HSL color Cylindrical-coordinate representation of color #B53AAC: hue angle of 304.39º 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 #B53AAC is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 58 | 172 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.29 |
| HSL | 304.39º | 0.51% | 0.47% | - |
| HSV(B) | 304.39º | 0.68% | 0.71% | - |
| XYZ | 28.02 | 15.83 | 40.61 | - |
| YUV | 107.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 58 | 172 | 0 | 0.68 | 0.05 | 0.29 | 304.39 | 0.51 | 0.47 |
| Hex | B5 | 3A | AC | 0 | 44 | 5 | 1D | 130 | 33 | 2F |
| Octal | 265 | 72 | 254 | 0 | 104 | 5 | 35 | 460 | 63 | 57 |
| Binary | 10110101 | 111010 | 10101100 | 0 | 1000100 | 101 | 11101 | 100110000 | 110011 | 101111 |
Color Harmonies of #B53AAC
Complementary color
Monochromatic Colors of #B53AAC
Black with #B53AAC
Text Example
Text Example
White with #B53AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53AAC; }
p { color: rgb(181,58,172); }
H1.HeaderClassName
{
color: #B53AAC;
}
.AnyTagClassName
{
color: #B53AAC;
}
</style>
background-color css
<style>
a { background-color: #B53AAC; }
a { background-color: rgb(181,58,172); }
div.DivClassName
{
background-color: #B53AAC;
}
.BgClassName
{
background-color: #B53AAC;
}
</style>
border-color css
<style>
span { border-color: #B53AAC; }
span { border-color: rgb(181,58,172); }
td.TdClassName
{
border-color: #B53AAC;
}
.TagClassName
{
border-color: #B53AAC;
}
</style>