Shades of Fuchsia #B170BA
Tints of Fuchsia #B170BA
RGB
CMYK
RGB Variations
Color information
#B170BA (or 0xB170BA) is known color: Fuchsia. HEX triplet: B1, 70 and BA. RGB value is (177,112,186). Sum of RGB (Red+Green+Blue) = 177+112+186=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #B170BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170BA is #4E8F45. Grayscale: #8B8B8B. Windows color (decimal): -5148486 or 12218545. OLE color: 12218545.
HSL color Cylindrical-coordinate representation of color #B170BA: hue angle of 292.7º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B170BA is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 112 | 186 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.27 |
| HSL | 292.7º | 0.35% | 0.58% | - |
| HSV(B) | 292.7º | 0.4% | 0.73% | - |
| XYZ | 32.79 | 24.48 | 49.45 | - |
| YUV | 139.87 | 154.03 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 186 | 0.05 | 0.40 | 0 | 0.27 | 292.7 | 0.35 | 0.58 |
| Hex | B1 | 70 | BA | 5 | 28 | 0 | 1B | 125 | 23 | 3A |
| Octal | 261 | 160 | 272 | 5 | 50 | 0 | 33 | 445 | 43 | 72 |
| Binary | 10110001 | 1110000 | 10111010 | 101 | 101000 | 0 | 11011 | 100100101 | 100011 | 111010 |
Color Harmonies of #B170BA
Complementary color
Monochromatic Colors of #B170BA
Black with #B170BA
Text Example
Text Example
White with #B170BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B170BA; }
p { color: rgb(177,112,186); }
H1.HeaderClassName
{
color: #B170BA;
}
.AnyTagClassName
{
color: #B170BA;
}
</style>
background-color css
<style>
a { background-color: #B170BA; }
a { background-color: rgb(177,112,186); }
div.DivClassName
{
background-color: #B170BA;
}
.BgClassName
{
background-color: #B170BA;
}
</style>
border-color css
<style>
span { border-color: #B170BA; }
span { border-color: rgb(177,112,186); }
td.TdClassName
{
border-color: #B170BA;
}
.TagClassName
{
border-color: #B170BA;
}
</style>