Shades of Fuchsia #B155BB
Tints of Fuchsia #B155BB
RGB
CMYK
RGB Variations
Color information
#B155BB (or 0xB155BB) is known color: Fuchsia. HEX triplet: B1, 55 and BB. RGB value is (177,85,187). Sum of RGB (Red+Green+Blue) = 177+85+187=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #B155BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155BB is #4EAA44. Grayscale: #7B7B7B. Windows color (decimal): -5155397 or 12277169. OLE color: 12277169.
HSL color Cylindrical-coordinate representation of color #B155BB: hue angle of 294.12º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B155BB is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 85 | 187 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.27 |
| HSL | 294.12º | 0.43% | 0.53% | - |
| HSV(B) | 294.12º | 0.55% | 0.73% | - |
| XYZ | 30.35 | 19.43 | 49.16 | - |
| YUV | 124.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 187 | 0.05 | 0.55 | 0 | 0.27 | 294.12 | 0.43 | 0.53 |
| Hex | B1 | 55 | BB | 5 | 37 | 0 | 1B | 126 | 2B | 35 |
| Octal | 261 | 125 | 273 | 5 | 67 | 0 | 33 | 446 | 53 | 65 |
| Binary | 10110001 | 1010101 | 10111011 | 101 | 110111 | 0 | 11011 | 100100110 | 101011 | 110101 |
Color Harmonies of #B155BB
Complementary color
Monochromatic Colors of #B155BB
Black with #B155BB
Text Example
Text Example
White with #B155BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B155BB; }
p { color: rgb(177,85,187); }
H1.HeaderClassName
{
color: #B155BB;
}
.AnyTagClassName
{
color: #B155BB;
}
</style>
background-color css
<style>
a { background-color: #B155BB; }
a { background-color: rgb(177,85,187); }
div.DivClassName
{
background-color: #B155BB;
}
.BgClassName
{
background-color: #B155BB;
}
</style>
border-color css
<style>
span { border-color: #B155BB; }
span { border-color: rgb(177,85,187); }
td.TdClassName
{
border-color: #B155BB;
}
.TagClassName
{
border-color: #B155BB;
}
</style>