Shades of Fuchsia #B534AA
Tints of Fuchsia #B534AA
RGB
CMYK
RGB Variations
Color information
#B534AA (or 0xB534AA) is known color: Fuchsia. HEX triplet: B5, 34 and AA. RGB value is (181,52,170). Sum of RGB (Red+Green+Blue) = 181+52+170=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B534AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B534AA is #4ACB55. Grayscale: #676767. Windows color (decimal): -4901718 or 11154613. OLE color: 11154613.
HSL color Cylindrical-coordinate representation of color #B534AA: hue angle of 305.12º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B534AA is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 170 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.29 |
| HSL | 305.12º | 0.55% | 0.46% | - |
| HSV(B) | 305.12º | 0.71% | 0.71% | - |
| XYZ | 27.54 | 15.18 | 39.51 | - |
| YUV | 104.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 170 | 0 | 0.71 | 0.06 | 0.29 | 305.12 | 0.55 | 0.46 |
| Hex | B5 | 34 | AA | 0 | 47 | 6 | 1D | 131 | 37 | 2E |
| Octal | 265 | 64 | 252 | 0 | 107 | 6 | 35 | 461 | 67 | 56 |
| Binary | 10110101 | 110100 | 10101010 | 0 | 1000111 | 110 | 11101 | 100110001 | 110111 | 101110 |
Color Harmonies of #B534AA
Complementary color
Monochromatic Colors of #B534AA
Black with #B534AA
Text Example
Text Example
White with #B534AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534AA; }
p { color: rgb(181,52,170); }
H1.HeaderClassName
{
color: #B534AA;
}
.AnyTagClassName
{
color: #B534AA;
}
</style>
background-color css
<style>
a { background-color: #B534AA; }
a { background-color: rgb(181,52,170); }
div.DivClassName
{
background-color: #B534AA;
}
.BgClassName
{
background-color: #B534AA;
}
</style>
border-color css
<style>
span { border-color: #B534AA; }
span { border-color: rgb(181,52,170); }
td.TdClassName
{
border-color: #B534AA;
}
.TagClassName
{
border-color: #B534AA;
}
</style>