Shades of Fuchsia #B168BA
Tints of Fuchsia #B168BA
RGB
CMYK
RGB Variations
Color information
#B168BA (or 0xB168BA) is known color: Fuchsia. HEX triplet: B1, 68 and BA. RGB value is (177,104,186). Sum of RGB (Red+Green+Blue) = 177+104+186=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #B168BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B168BA is #4E9745. Grayscale: #868686. Windows color (decimal): -5150534 or 12216497. OLE color: 12216497.
HSL color Cylindrical-coordinate representation of color #B168BA: hue angle of 293.41º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B168BA is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 104 | 186 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.27 |
| HSL | 293.41º | 0.37% | 0.57% | - |
| HSV(B) | 293.41º | 0.44% | 0.73% | - |
| XYZ | 31.94 | 22.79 | 49.17 | - |
| YUV | 135.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 186 | 0.05 | 0.44 | 0 | 0.27 | 293.41 | 0.37 | 0.57 |
| Hex | B1 | 68 | BA | 5 | 2C | 0 | 1B | 125 | 25 | 39 |
| Octal | 261 | 150 | 272 | 5 | 54 | 0 | 33 | 445 | 45 | 71 |
| Binary | 10110001 | 1101000 | 10111010 | 101 | 101100 | 0 | 11011 | 100100101 | 100101 | 111001 |
Color Harmonies of #B168BA
Complementary color
Monochromatic Colors of #B168BA
Black with #B168BA
Text Example
Text Example
White with #B168BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B168BA; }
p { color: rgb(177,104,186); }
H1.HeaderClassName
{
color: #B168BA;
}
.AnyTagClassName
{
color: #B168BA;
}
</style>
background-color css
<style>
a { background-color: #B168BA; }
a { background-color: rgb(177,104,186); }
div.DivClassName
{
background-color: #B168BA;
}
.BgClassName
{
background-color: #B168BA;
}
</style>
border-color css
<style>
span { border-color: #B168BA; }
span { border-color: rgb(177,104,186); }
td.TdClassName
{
border-color: #B168BA;
}
.TagClassName
{
border-color: #B168BA;
}
</style>