Shades of Fuchsia #B146B9
Tints of Fuchsia #B146B9
RGB
CMYK
RGB Variations
Color information
#B146B9 (or 0xB146B9) is known color: Fuchsia. HEX triplet: B1, 46 and B9. RGB value is (177,70,185). Sum of RGB (Red+Green+Blue) = 177+70+185=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 185 - color contains mainly: blue. Hex color #B146B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B146B9 is #4EB946. Grayscale: #727272. Windows color (decimal): -5159239 or 12142257. OLE color: 12142257.
HSL color Cylindrical-coordinate representation of color #B146B9: hue angle of 295.83º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B146B9 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 70 | 185 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.27 |
| HSL | 295.83º | 0.45% | 0.5% | - |
| HSV(B) | 295.83º | 0.62% | 0.73% | - |
| XYZ | 29.08 | 17.23 | 47.69 | - |
| YUV | 115.1 | 167.45 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 185 | 0.04 | 0.62 | 0 | 0.27 | 295.83 | 0.45 | 0.5 |
| Hex | B1 | 46 | B9 | 4 | 3E | 0 | 1B | 128 | 2D | 32 |
| Octal | 261 | 106 | 271 | 4 | 76 | 0 | 33 | 450 | 55 | 62 |
| Binary | 10110001 | 1000110 | 10111001 | 100 | 111110 | 0 | 11011 | 100101000 | 101101 | 110010 |
Color Harmonies of #B146B9
Complementary color
Monochromatic Colors of #B146B9
Black with #B146B9
Text Example
Text Example
White with #B146B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B146B9; }
p { color: rgb(177,70,185); }
H1.HeaderClassName
{
color: #B146B9;
}
.AnyTagClassName
{
color: #B146B9;
}
</style>
background-color css
<style>
a { background-color: #B146B9; }
a { background-color: rgb(177,70,185); }
div.DivClassName
{
background-color: #B146B9;
}
.BgClassName
{
background-color: #B146B9;
}
</style>
border-color css
<style>
span { border-color: #B146B9; }
span { border-color: rgb(177,70,185); }
td.TdClassName
{
border-color: #B146B9;
}
.TagClassName
{
border-color: #B146B9;
}
</style>