Shades of Fuchsia #B146B0
Tints of Fuchsia #B146B0
RGB
CMYK
RGB Variations
Color information
#B146B0 (or 0xB146B0) is known color: Fuchsia. HEX triplet: B1, 46 and B0. RGB value is (177,70,176). Sum of RGB (Red+Green+Blue) = 177+70+176=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B146B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B146B0 is #4EB94F. Grayscale: #717171. Windows color (decimal): -5159248 or 11552433. OLE color: 11552433.
HSL color Cylindrical-coordinate representation of color #B146B0: hue angle of 300.56º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B146B0 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 176 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.31 |
| HSL | 300.56º | 0.43% | 0.48% | - |
| HSV(B) | 300.56º | 0.6% | 0.69% | - |
| XYZ | 28.16 | 16.86 | 42.84 | - |
| YUV | 114.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 176 | 0 | 0.60 | 0.01 | 0.31 | 300.56 | 0.43 | 0.48 |
| Hex | B1 | 46 | B0 | 0 | 3C | 1 | 1F | 12D | 2B | 30 |
| Octal | 261 | 106 | 260 | 0 | 74 | 1 | 37 | 455 | 53 | 60 |
| Binary | 10110001 | 1000110 | 10110000 | 0 | 111100 | 1 | 11111 | 100101101 | 101011 | 110000 |
Color Harmonies of #B146B0
Complementary color
Monochromatic Colors of #B146B0
Black with #B146B0
Text Example
Text Example
White with #B146B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B146B0; }
p { color: rgb(177,70,176); }
H1.HeaderClassName
{
color: #B146B0;
}
.AnyTagClassName
{
color: #B146B0;
}
</style>
background-color css
<style>
a { background-color: #B146B0; }
a { background-color: rgb(177,70,176); }
div.DivClassName
{
background-color: #B146B0;
}
.BgClassName
{
background-color: #B146B0;
}
</style>
border-color css
<style>
span { border-color: #B146B0; }
span { border-color: rgb(177,70,176); }
td.TdClassName
{
border-color: #B146B0;
}
.TagClassName
{
border-color: #B146B0;
}
</style>