Shades of Fuchsia #B55AB3
Tints of Fuchsia #B55AB3
RGB
CMYK
RGB Variations
Color information
#B55AB3 (or 0xB55AB3) is known color: Fuchsia. HEX triplet: B5, 5A and B3. RGB value is (181,90,179). Sum of RGB (Red+Green+Blue) = 181+90+179=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B55AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55AB3 is #4AA54C. Grayscale: #7F7F7F. Windows color (decimal): -4891981 or 11754165. OLE color: 11754165.
HSL color Cylindrical-coordinate representation of color #B55AB3: hue angle of 301.32º 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 #B55AB3 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 179 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.29 |
| HSL | 301.32º | 0.38% | 0.53% | - |
| HSV(B) | 301.32º | 0.5% | 0.71% | - |
| XYZ | 30.85 | 20.39 | 44.96 | - |
| YUV | 127.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 179 | 0 | 0.50 | 0.01 | 0.29 | 301.32 | 0.38 | 0.53 |
| Hex | B5 | 5A | B3 | 0 | 32 | 1 | 1D | 12D | 26 | 35 |
| Octal | 265 | 132 | 263 | 0 | 62 | 1 | 35 | 455 | 46 | 65 |
| Binary | 10110101 | 1011010 | 10110011 | 0 | 110010 | 1 | 11101 | 100101101 | 100110 | 110101 |
Color Harmonies of #B55AB3
Complementary color
Monochromatic Colors of #B55AB3
Black with #B55AB3
Text Example
Text Example
White with #B55AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55AB3; }
p { color: rgb(181,90,179); }
H1.HeaderClassName
{
color: #B55AB3;
}
.AnyTagClassName
{
color: #B55AB3;
}
</style>
background-color css
<style>
a { background-color: #B55AB3; }
a { background-color: rgb(181,90,179); }
div.DivClassName
{
background-color: #B55AB3;
}
.BgClassName
{
background-color: #B55AB3;
}
</style>
border-color css
<style>
span { border-color: #B55AB3; }
span { border-color: rgb(181,90,179); }
td.TdClassName
{
border-color: #B55AB3;
}
.TagClassName
{
border-color: #B55AB3;
}
</style>