Shades of Fuchsia #B96EBA
Tints of Fuchsia #B96EBA
RGB
CMYK
RGB Variations
Color information
#B96EBA (or 0xB96EBA) is known color: Fuchsia. HEX triplet: B9, 6E and BA. RGB value is (185,110,186). Sum of RGB (Red+Green+Blue) = 185+110+186=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #B96EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EBA is #469145. Grayscale: #8C8C8C. Windows color (decimal): -4624710 or 12218041. OLE color: 12218041.
HSL color Cylindrical-coordinate representation of color #B96EBA: hue angle of 299.21º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96EBA is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 110 | 186 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.27 |
| HSL | 299.21º | 0.36% | 0.58% | - |
| HSV(B) | 299.21º | 0.41% | 0.73% | - |
| XYZ | 34.45 | 25.01 | 49.47 | - |
| YUV | 141.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 186 | 0.01 | 0.41 | 0 | 0.27 | 299.21 | 0.36 | 0.58 |
| Hex | B9 | 6E | BA | 1 | 29 | 0 | 1B | 12B | 24 | 3A |
| Octal | 271 | 156 | 272 | 1 | 51 | 0 | 33 | 453 | 44 | 72 |
| Binary | 10111001 | 1101110 | 10111010 | 1 | 101001 | 0 | 11011 | 100101011 | 100100 | 111010 |
Color Harmonies of #B96EBA
Complementary color
Monochromatic Colors of #B96EBA
Black with #B96EBA
Text Example
Text Example
White with #B96EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96EBA; }
p { color: rgb(185,110,186); }
H1.HeaderClassName
{
color: #B96EBA;
}
.AnyTagClassName
{
color: #B96EBA;
}
</style>
background-color css
<style>
a { background-color: #B96EBA; }
a { background-color: rgb(185,110,186); }
div.DivClassName
{
background-color: #B96EBA;
}
.BgClassName
{
background-color: #B96EBA;
}
</style>
border-color css
<style>
span { border-color: #B96EBA; }
span { border-color: rgb(185,110,186); }
td.TdClassName
{
border-color: #B96EBA;
}
.TagClassName
{
border-color: #B96EBA;
}
</style>