Shades of Fuchsia #B168B5
Tints of Fuchsia #B168B5
RGB
CMYK
RGB Variations
Color information
#B168B5 (or 0xB168B5) is known color: Fuchsia. HEX triplet: B1, 68 and B5. RGB value is (177,104,181). Sum of RGB (Red+Green+Blue) = 177+104+181=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 181 - color contains mainly: blue. Hex color #B168B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B168B5 is #4E974A. Grayscale: #868686. Windows color (decimal): -5150539 or 11888817. OLE color: 11888817.
HSL color Cylindrical-coordinate representation of color #B168B5: hue angle of 296.88º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B168B5 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 104 | 181 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.29 |
| HSL | 296.88º | 0.34% | 0.56% | - |
| HSV(B) | 296.88º | 0.43% | 0.71% | - |
| XYZ | 31.42 | 22.58 | 46.42 | - |
| YUV | 134.61 | 154.18 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 181 | 0.02 | 0.43 | 0 | 0.29 | 296.88 | 0.34 | 0.56 |
| Hex | B1 | 68 | B5 | 2 | 2B | 0 | 1D | 129 | 22 | 38 |
| Octal | 261 | 150 | 265 | 2 | 53 | 0 | 35 | 451 | 42 | 70 |
| Binary | 10110001 | 1101000 | 10110101 | 10 | 101011 | 0 | 11101 | 100101001 | 100010 | 111000 |
Color Harmonies of #B168B5
Complementary color
Monochromatic Colors of #B168B5
Black with #B168B5
Text Example
Text Example
White with #B168B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B168B5; }
p { color: rgb(177,104,181); }
H1.HeaderClassName
{
color: #B168B5;
}
.AnyTagClassName
{
color: #B168B5;
}
</style>
background-color css
<style>
a { background-color: #B168B5; }
a { background-color: rgb(177,104,181); }
div.DivClassName
{
background-color: #B168B5;
}
.BgClassName
{
background-color: #B168B5;
}
</style>
border-color css
<style>
span { border-color: #B168B5; }
span { border-color: rgb(177,104,181); }
td.TdClassName
{
border-color: #B168B5;
}
.TagClassName
{
border-color: #B168B5;
}
</style>