Shades of Fuchsia #B96BC1
Tints of Fuchsia #B96BC1
RGB
CMYK
RGB Variations
Color information
#B96BC1 (or 0xB96BC1) is known color: Fuchsia. HEX triplet: B9, 6B and C1. RGB value is (185,107,193). Sum of RGB (Red+Green+Blue) = 185+107+193=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #B96BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BC1 is #46943E. Grayscale: #8B8B8B. Windows color (decimal): -4625471 or 12676025. OLE color: 12676025.
HSL color Cylindrical-coordinate representation of color #B96BC1: hue angle of 294.42º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B96BC1 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 107 | 193 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.24 |
| HSL | 294.42º | 0.41% | 0.59% | - |
| HSV(B) | 294.42º | 0.45% | 0.76% | - |
| XYZ | 34.89 | 24.68 | 53.38 | - |
| YUV | 140.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 193 | 0.04 | 0.45 | 0 | 0.24 | 294.42 | 0.41 | 0.59 |
| Hex | B9 | 6B | C1 | 4 | 2D | 0 | 18 | 126 | 29 | 3B |
| Octal | 271 | 153 | 301 | 4 | 55 | 0 | 30 | 446 | 51 | 73 |
| Binary | 10111001 | 1101011 | 11000001 | 100 | 101101 | 0 | 11000 | 100100110 | 101001 | 111011 |
Color Harmonies of #B96BC1
Complementary color
Monochromatic Colors of #B96BC1
Black with #B96BC1
Text Example
Text Example
White with #B96BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96BC1; }
p { color: rgb(185,107,193); }
H1.HeaderClassName
{
color: #B96BC1;
}
.AnyTagClassName
{
color: #B96BC1;
}
</style>
background-color css
<style>
a { background-color: #B96BC1; }
a { background-color: rgb(185,107,193); }
div.DivClassName
{
background-color: #B96BC1;
}
.BgClassName
{
background-color: #B96BC1;
}
</style>
border-color css
<style>
span { border-color: #B96BC1; }
span { border-color: rgb(185,107,193); }
td.TdClassName
{
border-color: #B96BC1;
}
.TagClassName
{
border-color: #B96BC1;
}
</style>