Shades of Fuchsia #B164BA
Tints of Fuchsia #B164BA
RGB
CMYK
RGB Variations
Color information
#B164BA (or 0xB164BA) is known color: Fuchsia. HEX triplet: B1, 64 and BA. RGB value is (177,100,186). Sum of RGB (Red+Green+Blue) = 177+100+186=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #B164BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B164BA is #4E9B45. Grayscale: #848484. Windows color (decimal): -5151558 or 12215473. OLE color: 12215473.
HSL color Cylindrical-coordinate representation of color #B164BA: hue angle of 293.72º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B164BA is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 100 | 186 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.27 |
| HSL | 293.72º | 0.38% | 0.56% | - |
| HSV(B) | 293.72º | 0.46% | 0.73% | - |
| XYZ | 31.55 | 22.01 | 49.04 | - |
| YUV | 132.83 | 158.01 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 186 | 0.05 | 0.46 | 0 | 0.27 | 293.72 | 0.38 | 0.56 |
| Hex | B1 | 64 | BA | 5 | 2E | 0 | 1B | 126 | 26 | 38 |
| Octal | 261 | 144 | 272 | 5 | 56 | 0 | 33 | 446 | 46 | 70 |
| Binary | 10110001 | 1100100 | 10111010 | 101 | 101110 | 0 | 11011 | 100100110 | 100110 | 111000 |
Color Harmonies of #B164BA
Complementary color
Monochromatic Colors of #B164BA
Black with #B164BA
Text Example
Text Example
White with #B164BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B164BA; }
p { color: rgb(177,100,186); }
H1.HeaderClassName
{
color: #B164BA;
}
.AnyTagClassName
{
color: #B164BA;
}
</style>
background-color css
<style>
a { background-color: #B164BA; }
a { background-color: rgb(177,100,186); }
div.DivClassName
{
background-color: #B164BA;
}
.BgClassName
{
background-color: #B164BA;
}
</style>
border-color css
<style>
span { border-color: #B164BA; }
span { border-color: rgb(177,100,186); }
td.TdClassName
{
border-color: #B164BA;
}
.TagClassName
{
border-color: #B164BA;
}
</style>