Shades of Fuchsia #B55AB8
Tints of Fuchsia #B55AB8
RGB
CMYK
RGB Variations
Color information
#B55AB8 (or 0xB55AB8) is known color: Fuchsia. HEX triplet: B5, 5A and B8. RGB value is (181,90,184). Sum of RGB (Red+Green+Blue) = 181+90+184=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 184 - color contains mainly: blue. Hex color #B55AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55AB8 is #4AA547. Grayscale: #7F7F7F. Windows color (decimal): -4891976 or 12081845. OLE color: 12081845.
HSL color Cylindrical-coordinate representation of color #B55AB8: hue angle of 298.09º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B55AB8 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 90 | 184 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.28 |
| HSL | 298.09º | 0.4% | 0.54% | - |
| HSV(B) | 298.09º | 0.51% | 0.72% | - |
| XYZ | 31.36 | 20.6 | 47.67 | - |
| YUV | 127.93 | 159.65 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 184 | 0.02 | 0.51 | 0 | 0.28 | 298.09 | 0.4 | 0.54 |
| Hex | B5 | 5A | B8 | 2 | 33 | 0 | 1C | 12A | 28 | 36 |
| Octal | 265 | 132 | 270 | 2 | 63 | 0 | 34 | 452 | 50 | 66 |
| Binary | 10110101 | 1011010 | 10111000 | 10 | 110011 | 0 | 11100 | 100101010 | 101000 | 110110 |
Color Harmonies of #B55AB8
Complementary color
Monochromatic Colors of #B55AB8
Black with #B55AB8
Text Example
Text Example
White with #B55AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55AB8; }
p { color: rgb(181,90,184); }
H1.HeaderClassName
{
color: #B55AB8;
}
.AnyTagClassName
{
color: #B55AB8;
}
</style>
background-color css
<style>
a { background-color: #B55AB8; }
a { background-color: rgb(181,90,184); }
div.DivClassName
{
background-color: #B55AB8;
}
.BgClassName
{
background-color: #B55AB8;
}
</style>
border-color css
<style>
span { border-color: #B55AB8; }
span { border-color: rgb(181,90,184); }
td.TdClassName
{
border-color: #B55AB8;
}
.TagClassName
{
border-color: #B55AB8;
}
</style>