Shades of Fuchsia #B55BAC
Tints of Fuchsia #B55BAC
RGB
CMYK
RGB Variations
Color information
#B55BAC (or 0xB55BAC) is known color: Fuchsia. HEX triplet: B5, 5B and AC. RGB value is (181,91,172). Sum of RGB (Red+Green+Blue) = 181+91+172=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B55BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55BAC is #4AA453. Grayscale: #7E7E7E. Windows color (decimal): -4891732 or 11295669. OLE color: 11295669.
HSL color Cylindrical-coordinate representation of color #B55BAC: hue angle of 306º 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 #B55BAC is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 91 | 172 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.29 |
| HSL | 306º | 0.38% | 0.53% | - |
| HSV(B) | 306º | 0.5% | 0.71% | - |
| XYZ | 30.24 | 20.28 | 41.35 | - |
| YUV | 127.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 91 | 172 | 0 | 0.50 | 0.05 | 0.29 | 306 | 0.38 | 0.53 |
| Hex | B5 | 5B | AC | 0 | 32 | 5 | 1D | 132 | 26 | 35 |
| Octal | 265 | 133 | 254 | 0 | 62 | 5 | 35 | 462 | 46 | 65 |
| Binary | 10110101 | 1011011 | 10101100 | 0 | 110010 | 101 | 11101 | 100110010 | 100110 | 110101 |
Color Harmonies of #B55BAC
Complementary color
Monochromatic Colors of #B55BAC
Black with #B55BAC
Text Example
Text Example
White with #B55BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55BAC; }
p { color: rgb(181,91,172); }
H1.HeaderClassName
{
color: #B55BAC;
}
.AnyTagClassName
{
color: #B55BAC;
}
</style>
background-color css
<style>
a { background-color: #B55BAC; }
a { background-color: rgb(181,91,172); }
div.DivClassName
{
background-color: #B55BAC;
}
.BgClassName
{
background-color: #B55BAC;
}
</style>
border-color css
<style>
span { border-color: #B55BAC; }
span { border-color: rgb(181,91,172); }
td.TdClassName
{
border-color: #B55BAC;
}
.TagClassName
{
border-color: #B55BAC;
}
</style>