Shades of Fuchsia #B16EBB
Tints of Fuchsia #B16EBB
RGB
CMYK
RGB Variations
Color information
#B16EBB (or 0xB16EBB) is known color: Fuchsia. HEX triplet: B1, 6E and BB. RGB value is (177,110,187). Sum of RGB (Red+Green+Blue) = 177+110+187=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #B16EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16EBB is #4E9144. Grayscale: #8A8A8A. Windows color (decimal): -5148997 or 12283569. OLE color: 12283569.
HSL color Cylindrical-coordinate representation of color #B16EBB: hue angle of 292.21º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16EBB is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 110 | 187 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.27 |
| HSL | 292.21º | 0.36% | 0.58% | - |
| HSV(B) | 292.21º | 0.41% | 0.73% | - |
| XYZ | 32.68 | 24.09 | 49.94 | - |
| YUV | 138.81 | 155.2 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 187 | 0.05 | 0.41 | 0 | 0.27 | 292.21 | 0.36 | 0.58 |
| Hex | B1 | 6E | BB | 5 | 29 | 0 | 1B | 124 | 24 | 3A |
| Octal | 261 | 156 | 273 | 5 | 51 | 0 | 33 | 444 | 44 | 72 |
| Binary | 10110001 | 1101110 | 10111011 | 101 | 101001 | 0 | 11011 | 100100100 | 100100 | 111010 |
Color Harmonies of #B16EBB
Complementary color
Monochromatic Colors of #B16EBB
Black with #B16EBB
Text Example
Text Example
White with #B16EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16EBB; }
p { color: rgb(177,110,187); }
H1.HeaderClassName
{
color: #B16EBB;
}
.AnyTagClassName
{
color: #B16EBB;
}
</style>
background-color css
<style>
a { background-color: #B16EBB; }
a { background-color: rgb(177,110,187); }
div.DivClassName
{
background-color: #B16EBB;
}
.BgClassName
{
background-color: #B16EBB;
}
</style>
border-color css
<style>
span { border-color: #B16EBB; }
span { border-color: rgb(177,110,187); }
td.TdClassName
{
border-color: #B16EBB;
}
.TagClassName
{
border-color: #B16EBB;
}
</style>