Shades of Fuchsia #B86AAE
Tints of Fuchsia #B86AAE
RGB
CMYK
RGB Variations
Color information
#B86AAE (or 0xB86AAE) is known color: Fuchsia. HEX triplet: B8, 6A and AE. RGB value is (184,106,174). Sum of RGB (Red+Green+Blue) = 184+106+174=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B86AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86AAE is #479551. Grayscale: #888888. Windows color (decimal): -4691282 or 11430584. OLE color: 11430584.
HSL color Cylindrical-coordinate representation of color #B86AAE: hue angle of 307.69º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86AAE is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 106 | 174 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.28 |
| HSL | 307.69º | 0.35% | 0.57% | - |
| HSV(B) | 307.69º | 0.42% | 0.72% | - |
| XYZ | 32.56 | 23.55 | 42.87 | - |
| YUV | 137.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 106 | 174 | 0 | 0.42 | 0.05 | 0.28 | 307.69 | 0.35 | 0.57 |
| Hex | B8 | 6A | AE | 0 | 2A | 5 | 1C | 134 | 23 | 39 |
| Octal | 270 | 152 | 256 | 0 | 52 | 5 | 34 | 464 | 43 | 71 |
| Binary | 10111000 | 1101010 | 10101110 | 0 | 101010 | 101 | 11100 | 100110100 | 100011 | 111001 |
Color Harmonies of #B86AAE
Complementary color
Monochromatic Colors of #B86AAE
Black with #B86AAE
Text Example
Text Example
White with #B86AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86AAE; }
p { color: rgb(184,106,174); }
H1.HeaderClassName
{
color: #B86AAE;
}
.AnyTagClassName
{
color: #B86AAE;
}
</style>
background-color css
<style>
a { background-color: #B86AAE; }
a { background-color: rgb(184,106,174); }
div.DivClassName
{
background-color: #B86AAE;
}
.BgClassName
{
background-color: #B86AAE;
}
</style>
border-color css
<style>
span { border-color: #B86AAE; }
span { border-color: rgb(184,106,174); }
td.TdClassName
{
border-color: #B86AAE;
}
.TagClassName
{
border-color: #B86AAE;
}
</style>