Shades of Fuchsia #B16ABA
Tints of Fuchsia #B16ABA
RGB
CMYK
RGB Variations
Color information
#B16ABA (or 0xB16ABA) is known color: Fuchsia. HEX triplet: B1, 6A and BA. RGB value is (177,106,186). Sum of RGB (Red+Green+Blue) = 177+106+186=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #B16ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ABA is #4E9545. Grayscale: #888888. Windows color (decimal): -5150022 or 12217009. OLE color: 12217009.
HSL color Cylindrical-coordinate representation of color #B16ABA: hue angle of 293.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B16ABA is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 106 | 186 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.27 |
| HSL | 293.25º | 0.37% | 0.57% | - |
| HSV(B) | 293.25º | 0.43% | 0.73% | - |
| XYZ | 32.15 | 23.2 | 49.24 | - |
| YUV | 136.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 186 | 0.05 | 0.43 | 0 | 0.27 | 293.25 | 0.37 | 0.57 |
| Hex | B1 | 6A | BA | 5 | 2B | 0 | 1B | 125 | 25 | 39 |
| Octal | 261 | 152 | 272 | 5 | 53 | 0 | 33 | 445 | 45 | 71 |
| Binary | 10110001 | 1101010 | 10111010 | 101 | 101011 | 0 | 11011 | 100100101 | 100101 | 111001 |
Color Harmonies of #B16ABA
Complementary color
Monochromatic Colors of #B16ABA
Black with #B16ABA
Text Example
Text Example
White with #B16ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16ABA; }
p { color: rgb(177,106,186); }
H1.HeaderClassName
{
color: #B16ABA;
}
.AnyTagClassName
{
color: #B16ABA;
}
</style>
background-color css
<style>
a { background-color: #B16ABA; }
a { background-color: rgb(177,106,186); }
div.DivClassName
{
background-color: #B16ABA;
}
.BgClassName
{
background-color: #B16ABA;
}
</style>
border-color css
<style>
span { border-color: #B16ABA; }
span { border-color: rgb(177,106,186); }
td.TdClassName
{
border-color: #B16ABA;
}
.TagClassName
{
border-color: #B16ABA;
}
</style>