Shades of Fuchsia #B555B8
Tints of Fuchsia #B555B8
RGB
CMYK
RGB Variations
Color information
#B555B8 (or 0xB555B8) is known color: Fuchsia. HEX triplet: B5, 55 and B8. RGB value is (181,85,184). Sum of RGB (Red+Green+Blue) = 181+85+184=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 184 - color contains mainly: blue. Hex color #B555B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B555B8 is #4AAA47. Grayscale: #7C7C7C. Windows color (decimal): -4893256 or 12080565. OLE color: 12080565.
HSL color Cylindrical-coordinate representation of color #B555B8: hue angle of 298.18º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B555B8 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 85 | 184 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.28 |
| HSL | 298.18º | 0.41% | 0.53% | - |
| HSV(B) | 298.18º | 0.54% | 0.72% | - |
| XYZ | 30.96 | 19.78 | 47.53 | - |
| YUV | 124.99 | 161.3 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 184 | 0.02 | 0.54 | 0 | 0.28 | 298.18 | 0.41 | 0.53 |
| Hex | B5 | 55 | B8 | 2 | 36 | 0 | 1C | 12A | 29 | 35 |
| Octal | 265 | 125 | 270 | 2 | 66 | 0 | 34 | 452 | 51 | 65 |
| Binary | 10110101 | 1010101 | 10111000 | 10 | 110110 | 0 | 11100 | 100101010 | 101001 | 110101 |
Color Harmonies of #B555B8
Complementary color
Monochromatic Colors of #B555B8
Black with #B555B8
Text Example
Text Example
White with #B555B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B555B8; }
p { color: rgb(181,85,184); }
H1.HeaderClassName
{
color: #B555B8;
}
.AnyTagClassName
{
color: #B555B8;
}
</style>
background-color css
<style>
a { background-color: #B555B8; }
a { background-color: rgb(181,85,184); }
div.DivClassName
{
background-color: #B555B8;
}
.BgClassName
{
background-color: #B555B8;
}
</style>
border-color css
<style>
span { border-color: #B555B8; }
span { border-color: rgb(181,85,184); }
td.TdClassName
{
border-color: #B555B8;
}
.TagClassName
{
border-color: #B555B8;
}
</style>