Shades of Fuchsia #B55AB0
Tints of Fuchsia #B55AB0
RGB
CMYK
RGB Variations
Color information
#B55AB0 (or 0xB55AB0) is known color: Fuchsia. HEX triplet: B5, 5A and B0. RGB value is (181,90,176). Sum of RGB (Red+Green+Blue) = 181+90+176=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B55AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55AB0 is #4AA54F. Grayscale: #7E7E7E. Windows color (decimal): -4891984 or 11557557. OLE color: 11557557.
HSL color Cylindrical-coordinate representation of color #B55AB0: hue angle of 303.3º 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 #B55AB0 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 176 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.29 |
| HSL | 303.3º | 0.38% | 0.53% | - |
| HSV(B) | 303.3º | 0.5% | 0.71% | - |
| XYZ | 30.55 | 20.27 | 43.38 | - |
| YUV | 127.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 176 | 0 | 0.50 | 0.03 | 0.29 | 303.3 | 0.38 | 0.53 |
| Hex | B5 | 5A | B0 | 0 | 32 | 3 | 1D | 12F | 26 | 35 |
| Octal | 265 | 132 | 260 | 0 | 62 | 3 | 35 | 457 | 46 | 65 |
| Binary | 10110101 | 1011010 | 10110000 | 0 | 110010 | 11 | 11101 | 100101111 | 100110 | 110101 |
Color Harmonies of #B55AB0
Complementary color
Monochromatic Colors of #B55AB0
Black with #B55AB0
Text Example
Text Example
White with #B55AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55AB0; }
p { color: rgb(181,90,176); }
H1.HeaderClassName
{
color: #B55AB0;
}
.AnyTagClassName
{
color: #B55AB0;
}
</style>
background-color css
<style>
a { background-color: #B55AB0; }
a { background-color: rgb(181,90,176); }
div.DivClassName
{
background-color: #B55AB0;
}
.BgClassName
{
background-color: #B55AB0;
}
</style>
border-color css
<style>
span { border-color: #B55AB0; }
span { border-color: rgb(181,90,176); }
td.TdClassName
{
border-color: #B55AB0;
}
.TagClassName
{
border-color: #B55AB0;
}
</style>