Shades of Fuchsia #B55AB1
Tints of Fuchsia #B55AB1
RGB
CMYK
RGB Variations
Color information
#B55AB1 (or 0xB55AB1) is known color: Fuchsia. HEX triplet: B5, 5A and B1. RGB value is (181,90,177). Sum of RGB (Red+Green+Blue) = 181+90+177=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B55AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55AB1 is #4AA54E. Grayscale: #7E7E7E. Windows color (decimal): -4891983 or 11623093. OLE color: 11623093.
HSL color Cylindrical-coordinate representation of color #B55AB1: hue angle of 302.64º 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 #B55AB1 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 177 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.29 |
| HSL | 302.64º | 0.38% | 0.53% | - |
| HSV(B) | 302.64º | 0.5% | 0.71% | - |
| XYZ | 30.65 | 20.31 | 43.9 | - |
| YUV | 127.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 177 | 0 | 0.50 | 0.02 | 0.29 | 302.64 | 0.38 | 0.53 |
| Hex | B5 | 5A | B1 | 0 | 32 | 2 | 1D | 12F | 26 | 35 |
| Octal | 265 | 132 | 261 | 0 | 62 | 2 | 35 | 457 | 46 | 65 |
| Binary | 10110101 | 1011010 | 10110001 | 0 | 110010 | 10 | 11101 | 100101111 | 100110 | 110101 |
Color Harmonies of #B55AB1
Complementary color
Monochromatic Colors of #B55AB1
Black with #B55AB1
Text Example
Text Example
White with #B55AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55AB1; }
p { color: rgb(181,90,177); }
H1.HeaderClassName
{
color: #B55AB1;
}
.AnyTagClassName
{
color: #B55AB1;
}
</style>
background-color css
<style>
a { background-color: #B55AB1; }
a { background-color: rgb(181,90,177); }
div.DivClassName
{
background-color: #B55AB1;
}
.BgClassName
{
background-color: #B55AB1;
}
</style>
border-color css
<style>
span { border-color: #B55AB1; }
span { border-color: rgb(181,90,177); }
td.TdClassName
{
border-color: #B55AB1;
}
.TagClassName
{
border-color: #B55AB1;
}
</style>