Shades of Fuchsia #B155B9
Tints of Fuchsia #B155B9
RGB
CMYK
RGB Variations
Color information
#B155B9 (or 0xB155B9) is known color: Fuchsia. HEX triplet: B1, 55 and B9. RGB value is (177,85,185). Sum of RGB (Red+Green+Blue) = 177+85+185=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 185 - color contains mainly: blue. Hex color #B155B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155B9 is #4EAA46. Grayscale: #7B7B7B. Windows color (decimal): -5155399 or 12146097. OLE color: 12146097.
HSL color Cylindrical-coordinate representation of color #B155B9: hue angle of 295.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B155B9 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 85 | 185 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.27 |
| HSL | 295.2º | 0.42% | 0.53% | - |
| HSV(B) | 295.2º | 0.54% | 0.73% | - |
| XYZ | 30.14 | 19.35 | 48.04 | - |
| YUV | 123.91 | 162.48 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 185 | 0.04 | 0.54 | 0 | 0.27 | 295.2 | 0.42 | 0.53 |
| Hex | B1 | 55 | B9 | 4 | 36 | 0 | 1B | 127 | 2A | 35 |
| Octal | 261 | 125 | 271 | 4 | 66 | 0 | 33 | 447 | 52 | 65 |
| Binary | 10110001 | 1010101 | 10111001 | 100 | 110110 | 0 | 11011 | 100100111 | 101010 | 110101 |
Color Harmonies of #B155B9
Complementary color
Monochromatic Colors of #B155B9
Black with #B155B9
Text Example
Text Example
White with #B155B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B155B9; }
p { color: rgb(177,85,185); }
H1.HeaderClassName
{
color: #B155B9;
}
.AnyTagClassName
{
color: #B155B9;
}
</style>
background-color css
<style>
a { background-color: #B155B9; }
a { background-color: rgb(177,85,185); }
div.DivClassName
{
background-color: #B155B9;
}
.BgClassName
{
background-color: #B155B9;
}
</style>
border-color css
<style>
span { border-color: #B155B9; }
span { border-color: rgb(177,85,185); }
td.TdClassName
{
border-color: #B155B9;
}
.TagClassName
{
border-color: #B155B9;
}
</style>