Shades of Fuchsia #B156BD
Tints of Fuchsia #B156BD
RGB
CMYK
RGB Variations
Color information
#B156BD (or 0xB156BD) is known color: Fuchsia. HEX triplet: B1, 56 and BD. RGB value is (177,86,189). Sum of RGB (Red+Green+Blue) = 177+86+189=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #B156BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B156BD is #4EA942. Grayscale: #7C7C7C. Windows color (decimal): -5155139 or 12408497. OLE color: 12408497.
HSL color Cylindrical-coordinate representation of color #B156BD: hue angle of 293.01º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B156BD is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 86 | 189 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.26 |
| HSL | 293.01º | 0.44% | 0.54% | - |
| HSV(B) | 293.01º | 0.54% | 0.74% | - |
| XYZ | 30.64 | 19.68 | 50.33 | - |
| YUV | 124.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 189 | 0.06 | 0.54 | 0 | 0.26 | 293.01 | 0.44 | 0.54 |
| Hex | B1 | 56 | BD | 6 | 36 | 0 | 1A | 125 | 2C | 36 |
| Octal | 261 | 126 | 275 | 6 | 66 | 0 | 32 | 445 | 54 | 66 |
| Binary | 10110001 | 1010110 | 10111101 | 110 | 110110 | 0 | 11010 | 100100101 | 101100 | 110110 |
Color Harmonies of #B156BD
Complementary color
Monochromatic Colors of #B156BD
Black with #B156BD
Text Example
Text Example
White with #B156BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B156BD; }
p { color: rgb(177,86,189); }
H1.HeaderClassName
{
color: #B156BD;
}
.AnyTagClassName
{
color: #B156BD;
}
</style>
background-color css
<style>
a { background-color: #B156BD; }
a { background-color: rgb(177,86,189); }
div.DivClassName
{
background-color: #B156BD;
}
.BgClassName
{
background-color: #B156BD;
}
</style>
border-color css
<style>
span { border-color: #B156BD; }
span { border-color: rgb(177,86,189); }
td.TdClassName
{
border-color: #B156BD;
}
.TagClassName
{
border-color: #B156BD;
}
</style>