Shades of Fuchsia #B155B8
Tints of Fuchsia #B155B8
RGB
CMYK
RGB Variations
Color information
#B155B8 (or 0xB155B8) is known color: Fuchsia. HEX triplet: B1, 55 and B8. RGB value is (177,85,184). Sum of RGB (Red+Green+Blue) = 177+85+184=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 184 - color contains mainly: blue. Hex color #B155B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155B8 is #4EAA47. Grayscale: #7B7B7B. Windows color (decimal): -5155400 or 12080561. OLE color: 12080561.
HSL color Cylindrical-coordinate representation of color #B155B8: hue angle of 295.76º 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 #B155B8 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 85 | 184 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.28 |
| HSL | 295.76º | 0.41% | 0.53% | - |
| HSV(B) | 295.76º | 0.54% | 0.72% | - |
| XYZ | 30.03 | 19.3 | 47.49 | - |
| YUV | 123.79 | 161.98 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 184 | 0.04 | 0.54 | 0 | 0.28 | 295.76 | 0.41 | 0.53 |
| Hex | B1 | 55 | B8 | 4 | 36 | 0 | 1C | 128 | 29 | 35 |
| Octal | 261 | 125 | 270 | 4 | 66 | 0 | 34 | 450 | 51 | 65 |
| Binary | 10110001 | 1010101 | 10111000 | 100 | 110110 | 0 | 11100 | 100101000 | 101001 | 110101 |
Color Harmonies of #B155B8
Complementary color
Monochromatic Colors of #B155B8
Black with #B155B8
Text Example
Text Example
White with #B155B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B155B8; }
p { color: rgb(177,85,184); }
H1.HeaderClassName
{
color: #B155B8;
}
.AnyTagClassName
{
color: #B155B8;
}
</style>
background-color css
<style>
a { background-color: #B155B8; }
a { background-color: rgb(177,85,184); }
div.DivClassName
{
background-color: #B155B8;
}
.BgClassName
{
background-color: #B155B8;
}
</style>
border-color css
<style>
span { border-color: #B155B8; }
span { border-color: rgb(177,85,184); }
td.TdClassName
{
border-color: #B155B8;
}
.TagClassName
{
border-color: #B155B8;
}
</style>