Shades of Fuchsia #B16BB5
Tints of Fuchsia #B16BB5
RGB
CMYK
RGB Variations
Color information
#B16BB5 (or 0xB16BB5) is known color: Fuchsia. HEX triplet: B1, 6B and B5. RGB value is (177,107,181). Sum of RGB (Red+Green+Blue) = 177+107+181=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 181 - color contains mainly: blue. Hex color #B16BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16BB5 is #4E944A. Grayscale: #888888. Windows color (decimal): -5149771 or 11889585. OLE color: 11889585.
HSL color Cylindrical-coordinate representation of color #B16BB5: hue angle of 296.76º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16BB5 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 107 | 181 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.29 |
| HSL | 296.76º | 0.33% | 0.56% | - |
| HSV(B) | 296.76º | 0.41% | 0.71% | - |
| XYZ | 31.73 | 23.2 | 46.52 | - |
| YUV | 136.37 | 153.19 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 181 | 0.02 | 0.41 | 0 | 0.29 | 296.76 | 0.33 | 0.56 |
| Hex | B1 | 6B | B5 | 2 | 29 | 0 | 1D | 129 | 21 | 38 |
| Octal | 261 | 153 | 265 | 2 | 51 | 0 | 35 | 451 | 41 | 70 |
| Binary | 10110001 | 1101011 | 10110101 | 10 | 101001 | 0 | 11101 | 100101001 | 100001 | 111000 |
Color Harmonies of #B16BB5
Complementary color
Monochromatic Colors of #B16BB5
Black with #B16BB5
Text Example
Text Example
White with #B16BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16BB5; }
p { color: rgb(177,107,181); }
H1.HeaderClassName
{
color: #B16BB5;
}
.AnyTagClassName
{
color: #B16BB5;
}
</style>
background-color css
<style>
a { background-color: #B16BB5; }
a { background-color: rgb(177,107,181); }
div.DivClassName
{
background-color: #B16BB5;
}
.BgClassName
{
background-color: #B16BB5;
}
</style>
border-color css
<style>
span { border-color: #B16BB5; }
span { border-color: rgb(177,107,181); }
td.TdClassName
{
border-color: #B16BB5;
}
.TagClassName
{
border-color: #B16BB5;
}
</style>