Shades of Fuchsia #B96EC1
Tints of Fuchsia #B96EC1
RGB
CMYK
RGB Variations
Color information
#B96EC1 (or 0xB96EC1) is known color: Fuchsia. HEX triplet: B9, 6E and C1. RGB value is (185,110,193). Sum of RGB (Red+Green+Blue) = 185+110+193=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #B96EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EC1 is #46913E. Grayscale: #8D8D8D. Windows color (decimal): -4624703 or 12676793. OLE color: 12676793.
HSL color Cylindrical-coordinate representation of color #B96EC1: hue angle of 294.22º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96EC1 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 110 | 193 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.24 |
| HSL | 294.22º | 0.4% | 0.59% | - |
| HSV(B) | 294.22º | 0.43% | 0.76% | - |
| XYZ | 35.21 | 25.32 | 53.48 | - |
| YUV | 141.89 | 156.85 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 193 | 0.04 | 0.43 | 0 | 0.24 | 294.22 | 0.4 | 0.59 |
| Hex | B9 | 6E | C1 | 4 | 2B | 0 | 18 | 126 | 28 | 3B |
| Octal | 271 | 156 | 301 | 4 | 53 | 0 | 30 | 446 | 50 | 73 |
| Binary | 10111001 | 1101110 | 11000001 | 100 | 101011 | 0 | 11000 | 100100110 | 101000 | 111011 |
Color Harmonies of #B96EC1
Complementary color
Monochromatic Colors of #B96EC1
Black with #B96EC1
Text Example
Text Example
White with #B96EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96EC1; }
p { color: rgb(185,110,193); }
H1.HeaderClassName
{
color: #B96EC1;
}
.AnyTagClassName
{
color: #B96EC1;
}
</style>
background-color css
<style>
a { background-color: #B96EC1; }
a { background-color: rgb(185,110,193); }
div.DivClassName
{
background-color: #B96EC1;
}
.BgClassName
{
background-color: #B96EC1;
}
</style>
border-color css
<style>
span { border-color: #B96EC1; }
span { border-color: rgb(185,110,193); }
td.TdClassName
{
border-color: #B96EC1;
}
.TagClassName
{
border-color: #B96EC1;
}
</style>