Shades of Fuchsia #B167BA
Tints of Fuchsia #B167BA
RGB
CMYK
RGB Variations
Color information
#B167BA (or 0xB167BA) is known color: Fuchsia. HEX triplet: B1, 67 and BA. RGB value is (177,103,186). Sum of RGB (Red+Green+Blue) = 177+103+186=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #B167BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B167BA is #4E9845. Grayscale: #868686. Windows color (decimal): -5150790 or 12216241. OLE color: 12216241.
HSL color Cylindrical-coordinate representation of color #B167BA: hue angle of 293.49º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B167BA is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 103 | 186 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.27 |
| HSL | 293.49º | 0.38% | 0.57% | - |
| HSV(B) | 293.49º | 0.45% | 0.73% | - |
| XYZ | 31.84 | 22.59 | 49.14 | - |
| YUV | 134.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 186 | 0.05 | 0.45 | 0 | 0.27 | 293.49 | 0.38 | 0.57 |
| Hex | B1 | 67 | BA | 5 | 2D | 0 | 1B | 125 | 26 | 39 |
| Octal | 261 | 147 | 272 | 5 | 55 | 0 | 33 | 445 | 46 | 71 |
| Binary | 10110001 | 1100111 | 10111010 | 101 | 101101 | 0 | 11011 | 100100101 | 100110 | 111001 |
Color Harmonies of #B167BA
Complementary color
Monochromatic Colors of #B167BA
Black with #B167BA
Text Example
Text Example
White with #B167BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B167BA; }
p { color: rgb(177,103,186); }
H1.HeaderClassName
{
color: #B167BA;
}
.AnyTagClassName
{
color: #B167BA;
}
</style>
background-color css
<style>
a { background-color: #B167BA; }
a { background-color: rgb(177,103,186); }
div.DivClassName
{
background-color: #B167BA;
}
.BgClassName
{
background-color: #B167BA;
}
</style>
border-color css
<style>
span { border-color: #B167BA; }
span { border-color: rgb(177,103,186); }
td.TdClassName
{
border-color: #B167BA;
}
.TagClassName
{
border-color: #B167BA;
}
</style>