Shades of Fuchsia #B168BD
Tints of Fuchsia #B168BD
RGB
CMYK
RGB Variations
Color information
#B168BD (or 0xB168BD) is known color: Fuchsia. HEX triplet: B1, 68 and BD. RGB value is (177,104,189). Sum of RGB (Red+Green+Blue) = 177+104+189=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #B168BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B168BD is #4E9742. Grayscale: #878787. Windows color (decimal): -5150531 or 12413105. OLE color: 12413105.
HSL color Cylindrical-coordinate representation of color #B168BD: hue angle of 291.53º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B168BD is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 104 | 189 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.26 |
| HSL | 291.53º | 0.39% | 0.57% | - |
| HSV(B) | 291.53º | 0.45% | 0.74% | - |
| XYZ | 32.27 | 22.92 | 50.87 | - |
| YUV | 135.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 189 | 0.06 | 0.45 | 0 | 0.26 | 291.53 | 0.39 | 0.57 |
| Hex | B1 | 68 | BD | 6 | 2D | 0 | 1A | 124 | 27 | 39 |
| Octal | 261 | 150 | 275 | 6 | 55 | 0 | 32 | 444 | 47 | 71 |
| Binary | 10110001 | 1101000 | 10111101 | 110 | 101101 | 0 | 11010 | 100100100 | 100111 | 111001 |
Color Harmonies of #B168BD
Complementary color
Monochromatic Colors of #B168BD
Black with #B168BD
Text Example
Text Example
White with #B168BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B168BD; }
p { color: rgb(177,104,189); }
H1.HeaderClassName
{
color: #B168BD;
}
.AnyTagClassName
{
color: #B168BD;
}
</style>
background-color css
<style>
a { background-color: #B168BD; }
a { background-color: rgb(177,104,189); }
div.DivClassName
{
background-color: #B168BD;
}
.BgClassName
{
background-color: #B168BD;
}
</style>
border-color css
<style>
span { border-color: #B168BD; }
span { border-color: rgb(177,104,189); }
td.TdClassName
{
border-color: #B168BD;
}
.TagClassName
{
border-color: #B168BD;
}
</style>