Shades of Fuchsia #B156BA
Tints of Fuchsia #B156BA
RGB
CMYK
RGB Variations
Color information
#B156BA (or 0xB156BA) is known color: Fuchsia. HEX triplet: B1, 56 and BA. RGB value is (177,86,186). Sum of RGB (Red+Green+Blue) = 177+86+186=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #B156BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B156BA is #4EA945. Grayscale: #7C7C7C. Windows color (decimal): -5155142 or 12211889. OLE color: 12211889.
HSL color Cylindrical-coordinate representation of color #B156BA: hue angle of 294.6º 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 #B156BA is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 86 | 186 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.27 |
| HSL | 294.6º | 0.42% | 0.53% | - |
| HSV(B) | 294.6º | 0.54% | 0.73% | - |
| XYZ | 30.32 | 19.55 | 48.63 | - |
| YUV | 124.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 186 | 0.05 | 0.54 | 0 | 0.27 | 294.6 | 0.42 | 0.53 |
| Hex | B1 | 56 | BA | 5 | 36 | 0 | 1B | 127 | 2A | 35 |
| Octal | 261 | 126 | 272 | 5 | 66 | 0 | 33 | 447 | 52 | 65 |
| Binary | 10110001 | 1010110 | 10111010 | 101 | 110110 | 0 | 11011 | 100100111 | 101010 | 110101 |
Color Harmonies of #B156BA
Complementary color
Monochromatic Colors of #B156BA
Black with #B156BA
Text Example
Text Example
White with #B156BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B156BA; }
p { color: rgb(177,86,186); }
H1.HeaderClassName
{
color: #B156BA;
}
.AnyTagClassName
{
color: #B156BA;
}
</style>
background-color css
<style>
a { background-color: #B156BA; }
a { background-color: rgb(177,86,186); }
div.DivClassName
{
background-color: #B156BA;
}
.BgClassName
{
background-color: #B156BA;
}
</style>
border-color css
<style>
span { border-color: #B156BA; }
span { border-color: rgb(177,86,186); }
td.TdClassName
{
border-color: #B156BA;
}
.TagClassName
{
border-color: #B156BA;
}
</style>