Shades of Fuchsia #B16CBC
Tints of Fuchsia #B16CBC
RGB
CMYK
RGB Variations
Color information
#B16CBC (or 0xB16CBC) is known color: Fuchsia. HEX triplet: B1, 6C and BC. RGB value is (177,108,188). Sum of RGB (Red+Green+Blue) = 177+108+188=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #B16CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CBC is #4E9343. Grayscale: #898989. Windows color (decimal): -5149508 or 12348593. OLE color: 12348593.
HSL color Cylindrical-coordinate representation of color #B16CBC: hue angle of 291.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B16CBC is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 108 | 188 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.26 |
| HSL | 291.75º | 0.37% | 0.58% | - |
| HSV(B) | 291.75º | 0.43% | 0.74% | - |
| XYZ | 32.57 | 23.7 | 50.44 | - |
| YUV | 137.75 | 156.36 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 188 | 0.06 | 0.43 | 0 | 0.26 | 291.75 | 0.37 | 0.58 |
| Hex | B1 | 6C | BC | 6 | 2B | 0 | 1A | 124 | 25 | 3A |
| Octal | 261 | 154 | 274 | 6 | 53 | 0 | 32 | 444 | 45 | 72 |
| Binary | 10110001 | 1101100 | 10111100 | 110 | 101011 | 0 | 11010 | 100100100 | 100101 | 111010 |
Color Harmonies of #B16CBC
Complementary color
Monochromatic Colors of #B16CBC
Black with #B16CBC
Text Example
Text Example
White with #B16CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16CBC; }
p { color: rgb(177,108,188); }
H1.HeaderClassName
{
color: #B16CBC;
}
.AnyTagClassName
{
color: #B16CBC;
}
</style>
background-color css
<style>
a { background-color: #B16CBC; }
a { background-color: rgb(177,108,188); }
div.DivClassName
{
background-color: #B16CBC;
}
.BgClassName
{
background-color: #B16CBC;
}
</style>
border-color css
<style>
span { border-color: #B16CBC; }
span { border-color: rgb(177,108,188); }
td.TdClassName
{
border-color: #B16CBC;
}
.TagClassName
{
border-color: #B16CBC;
}
</style>