Shades of Fuchsia #B55BB7
Tints of Fuchsia #B55BB7
RGB
CMYK
RGB Variations
Color information
#B55BB7 (or 0xB55BB7) is known color: Fuchsia. HEX triplet: B5, 5B and B7. RGB value is (181,91,183). Sum of RGB (Red+Green+Blue) = 181+91+183=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 183 - color contains mainly: blue. Hex color #B55BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55BB7 is #4AA448. Grayscale: #808080. Windows color (decimal): -4891721 or 12016565. OLE color: 12016565.
HSL color Cylindrical-coordinate representation of color #B55BB7: hue angle of 298.7º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55BB7 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 91 | 183 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.28 |
| HSL | 298.7º | 0.39% | 0.54% | - |
| HSV(B) | 298.7º | 0.5% | 0.72% | - |
| XYZ | 31.34 | 20.72 | 47.15 | - |
| YUV | 128.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 91 | 183 | 0.01 | 0.50 | 0 | 0.28 | 298.7 | 0.39 | 0.54 |
| Hex | B5 | 5B | B7 | 1 | 32 | 0 | 1C | 12B | 27 | 36 |
| Octal | 265 | 133 | 267 | 1 | 62 | 0 | 34 | 453 | 47 | 66 |
| Binary | 10110101 | 1011011 | 10110111 | 1 | 110010 | 0 | 11100 | 100101011 | 100111 | 110110 |
Color Harmonies of #B55BB7
Complementary color
Monochromatic Colors of #B55BB7
Black with #B55BB7
Text Example
Text Example
White with #B55BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55BB7; }
p { color: rgb(181,91,183); }
H1.HeaderClassName
{
color: #B55BB7;
}
.AnyTagClassName
{
color: #B55BB7;
}
</style>
background-color css
<style>
a { background-color: #B55BB7; }
a { background-color: rgb(181,91,183); }
div.DivClassName
{
background-color: #B55BB7;
}
.BgClassName
{
background-color: #B55BB7;
}
</style>
border-color css
<style>
span { border-color: #B55BB7; }
span { border-color: rgb(181,91,183); }
td.TdClassName
{
border-color: #B55BB7;
}
.TagClassName
{
border-color: #B55BB7;
}
</style>