Shades of Fuchsia #B55AAC
Tints of Fuchsia #B55AAC
RGB
CMYK
RGB Variations
Color information
#B55AAC (or 0xB55AAC) is known color: Fuchsia. HEX triplet: B5, 5A and AC. RGB value is (181,90,172). Sum of RGB (Red+Green+Blue) = 181+90+172=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B55AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55AAC is #4AA553. Grayscale: #7E7E7E. Windows color (decimal): -4891988 or 11295413. OLE color: 11295413.
HSL color Cylindrical-coordinate representation of color #B55AAC: hue angle of 305.93º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55AAC is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 172 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.29 |
| HSL | 305.93º | 0.38% | 0.53% | - |
| HSV(B) | 305.93º | 0.5% | 0.71% | - |
| XYZ | 30.16 | 20.11 | 41.32 | - |
| YUV | 126.56 | 153.65 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 172 | 0 | 0.50 | 0.05 | 0.29 | 305.93 | 0.38 | 0.53 |
| Hex | B5 | 5A | AC | 0 | 32 | 5 | 1D | 132 | 26 | 35 |
| Octal | 265 | 132 | 254 | 0 | 62 | 5 | 35 | 462 | 46 | 65 |
| Binary | 10110101 | 1011010 | 10101100 | 0 | 110010 | 101 | 11101 | 100110010 | 100110 | 110101 |
Color Harmonies of #B55AAC
Complementary color
Monochromatic Colors of #B55AAC
Black with #B55AAC
Text Example
Text Example
White with #B55AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55AAC; }
p { color: rgb(181,90,172); }
H1.HeaderClassName
{
color: #B55AAC;
}
.AnyTagClassName
{
color: #B55AAC;
}
</style>
background-color css
<style>
a { background-color: #B55AAC; }
a { background-color: rgb(181,90,172); }
div.DivClassName
{
background-color: #B55AAC;
}
.BgClassName
{
background-color: #B55AAC;
}
</style>
border-color css
<style>
span { border-color: #B55AAC; }
span { border-color: rgb(181,90,172); }
td.TdClassName
{
border-color: #B55AAC;
}
.TagClassName
{
border-color: #B55AAC;
}
</style>