Shades of Fuchsia #B16DB6
Tints of Fuchsia #B16DB6
RGB
CMYK
RGB Variations
Color information
#B16DB6 (or 0xB16DB6) is known color: Fuchsia. HEX triplet: B1, 6D and B6. RGB value is (177,109,182). Sum of RGB (Red+Green+Blue) = 177+109+182=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 182 - color contains mainly: blue. Hex color #B16DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DB6 is #4E9249. Grayscale: #898989. Windows color (decimal): -5149258 or 11955633. OLE color: 11955633.
HSL color Cylindrical-coordinate representation of color #B16DB6: hue angle of 295.89º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B16DB6 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 109 | 182 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.29 |
| HSL | 295.89º | 0.33% | 0.57% | - |
| HSV(B) | 295.89º | 0.4% | 0.71% | - |
| XYZ | 32.04 | 23.66 | 47.13 | - |
| YUV | 137.65 | 153.03 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 182 | 0.03 | 0.40 | 0 | 0.29 | 295.89 | 0.33 | 0.57 |
| Hex | B1 | 6D | B6 | 3 | 28 | 0 | 1D | 128 | 21 | 39 |
| Octal | 261 | 155 | 266 | 3 | 50 | 0 | 35 | 450 | 41 | 71 |
| Binary | 10110001 | 1101101 | 10110110 | 11 | 101000 | 0 | 11101 | 100101000 | 100001 | 111001 |
Color Harmonies of #B16DB6
Complementary color
Monochromatic Colors of #B16DB6
Black with #B16DB6
Text Example
Text Example
White with #B16DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16DB6; }
p { color: rgb(177,109,182); }
H1.HeaderClassName
{
color: #B16DB6;
}
.AnyTagClassName
{
color: #B16DB6;
}
</style>
background-color css
<style>
a { background-color: #B16DB6; }
a { background-color: rgb(177,109,182); }
div.DivClassName
{
background-color: #B16DB6;
}
.BgClassName
{
background-color: #B16DB6;
}
</style>
border-color css
<style>
span { border-color: #B16DB6; }
span { border-color: rgb(177,109,182); }
td.TdClassName
{
border-color: #B16DB6;
}
.TagClassName
{
border-color: #B16DB6;
}
</style>