Shades of Fuchsia #B155BA
Tints of Fuchsia #B155BA
RGB
CMYK
RGB Variations
Color information
#B155BA (or 0xB155BA) is known color: Fuchsia. HEX triplet: B1, 55 and BA. RGB value is (177,85,186). Sum of RGB (Red+Green+Blue) = 177+85+186=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #B155BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155BA is #4EAA45. Grayscale: #7B7B7B. Windows color (decimal): -5155398 or 12211633. OLE color: 12211633.
HSL color Cylindrical-coordinate representation of color #B155BA: hue angle of 294.65º 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 #B155BA is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 85 | 186 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.27 |
| HSL | 294.65º | 0.42% | 0.53% | - |
| HSV(B) | 294.65º | 0.54% | 0.73% | - |
| XYZ | 30.24 | 19.39 | 48.6 | - |
| YUV | 124.02 | 162.98 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 186 | 0.05 | 0.54 | 0 | 0.27 | 294.65 | 0.42 | 0.53 |
| Hex | B1 | 55 | BA | 5 | 36 | 0 | 1B | 127 | 2A | 35 |
| Octal | 261 | 125 | 272 | 5 | 66 | 0 | 33 | 447 | 52 | 65 |
| Binary | 10110001 | 1010101 | 10111010 | 101 | 110110 | 0 | 11011 | 100100111 | 101010 | 110101 |
Color Harmonies of #B155BA
Complementary color
Monochromatic Colors of #B155BA
Black with #B155BA
Text Example
Text Example
White with #B155BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B155BA; }
p { color: rgb(177,85,186); }
H1.HeaderClassName
{
color: #B155BA;
}
.AnyTagClassName
{
color: #B155BA;
}
</style>
background-color css
<style>
a { background-color: #B155BA; }
a { background-color: rgb(177,85,186); }
div.DivClassName
{
background-color: #B155BA;
}
.BgClassName
{
background-color: #B155BA;
}
</style>
border-color css
<style>
span { border-color: #B155BA; }
span { border-color: rgb(177,85,186); }
td.TdClassName
{
border-color: #B155BA;
}
.TagClassName
{
border-color: #B155BA;
}
</style>