Shades of Fuchsia #B96ABC
Tints of Fuchsia #B96ABC
RGB
CMYK
RGB Variations
Color information
#B96ABC (or 0xB96ABC) is known color: Fuchsia. HEX triplet: B9, 6A and BC. RGB value is (185,106,188). Sum of RGB (Red+Green+Blue) = 185+106+188=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #B96ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ABC is #469543. Grayscale: #8A8A8A. Windows color (decimal): -4625732 or 12348089. OLE color: 12348089.
HSL color Cylindrical-coordinate representation of color #B96ABC: hue angle of 297.8º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B96ABC is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 106 | 188 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.26 |
| HSL | 297.8º | 0.38% | 0.58% | - |
| HSV(B) | 297.8º | 0.44% | 0.74% | - |
| XYZ | 34.24 | 24.25 | 50.45 | - |
| YUV | 138.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 188 | 0.02 | 0.44 | 0 | 0.26 | 297.8 | 0.38 | 0.58 |
| Hex | B9 | 6A | BC | 2 | 2C | 0 | 1A | 12A | 26 | 3A |
| Octal | 271 | 152 | 274 | 2 | 54 | 0 | 32 | 452 | 46 | 72 |
| Binary | 10111001 | 1101010 | 10111100 | 10 | 101100 | 0 | 11010 | 100101010 | 100110 | 111010 |
Color Harmonies of #B96ABC
Complementary color
Monochromatic Colors of #B96ABC
Black with #B96ABC
Text Example
Text Example
White with #B96ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96ABC; }
p { color: rgb(185,106,188); }
H1.HeaderClassName
{
color: #B96ABC;
}
.AnyTagClassName
{
color: #B96ABC;
}
</style>
background-color css
<style>
a { background-color: #B96ABC; }
a { background-color: rgb(185,106,188); }
div.DivClassName
{
background-color: #B96ABC;
}
.BgClassName
{
background-color: #B96ABC;
}
</style>
border-color css
<style>
span { border-color: #B96ABC; }
span { border-color: rgb(185,106,188); }
td.TdClassName
{
border-color: #B96ABC;
}
.TagClassName
{
border-color: #B96ABC;
}
</style>