Shades of Fuchsia #B16DBC
Tints of Fuchsia #B16DBC
RGB
CMYK
RGB Variations
Color information
#B16DBC (or 0xB16DBC) is known color: Fuchsia. HEX triplet: B1, 6D and BC. RGB value is (177,109,188). Sum of RGB (Red+Green+Blue) = 177+109+188=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #B16DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DBC is #4E9243. Grayscale: #8A8A8A. Windows color (decimal): -5149252 or 12348849. OLE color: 12348849.
HSL color Cylindrical-coordinate representation of color #B16DBC: hue angle of 291.65º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B16DBC is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 109 | 188 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.26 |
| HSL | 291.65º | 0.37% | 0.58% | - |
| HSV(B) | 291.65º | 0.42% | 0.74% | - |
| XYZ | 32.68 | 23.92 | 50.47 | - |
| YUV | 138.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 188 | 0.06 | 0.42 | 0 | 0.26 | 291.65 | 0.37 | 0.58 |
| Hex | B1 | 6D | BC | 6 | 2A | 0 | 1A | 124 | 25 | 3A |
| Octal | 261 | 155 | 274 | 6 | 52 | 0 | 32 | 444 | 45 | 72 |
| Binary | 10110001 | 1101101 | 10111100 | 110 | 101010 | 0 | 11010 | 100100100 | 100101 | 111010 |
Color Harmonies of #B16DBC
Complementary color
Monochromatic Colors of #B16DBC
Black with #B16DBC
Text Example
Text Example
White with #B16DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16DBC; }
p { color: rgb(177,109,188); }
H1.HeaderClassName
{
color: #B16DBC;
}
.AnyTagClassName
{
color: #B16DBC;
}
</style>
background-color css
<style>
a { background-color: #B16DBC; }
a { background-color: rgb(177,109,188); }
div.DivClassName
{
background-color: #B16DBC;
}
.BgClassName
{
background-color: #B16DBC;
}
</style>
border-color css
<style>
span { border-color: #B16DBC; }
span { border-color: rgb(177,109,188); }
td.TdClassName
{
border-color: #B16DBC;
}
.TagClassName
{
border-color: #B16DBC;
}
</style>