Shades of Fuchsia #B86CAE
Tints of Fuchsia #B86CAE
RGB
CMYK
RGB Variations
Color information
#B86CAE (or 0xB86CAE) is known color: Fuchsia. HEX triplet: B8, 6C and AE. RGB value is (184,108,174). Sum of RGB (Red+Green+Blue) = 184+108+174=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B86CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86CAE is #479351. Grayscale: #8A8A8A. Windows color (decimal): -4690770 or 11431096. OLE color: 11431096.
HSL color Cylindrical-coordinate representation of color #B86CAE: hue angle of 307.89º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86CAE is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 174 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.28 |
| HSL | 307.89º | 0.35% | 0.57% | - |
| HSV(B) | 307.89º | 0.41% | 0.72% | - |
| XYZ | 32.77 | 23.97 | 42.94 | - |
| YUV | 138.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 174 | 0 | 0.41 | 0.05 | 0.28 | 307.89 | 0.35 | 0.57 |
| Hex | B8 | 6C | AE | 0 | 29 | 5 | 1C | 134 | 23 | 39 |
| Octal | 270 | 154 | 256 | 0 | 51 | 5 | 34 | 464 | 43 | 71 |
| Binary | 10111000 | 1101100 | 10101110 | 0 | 101001 | 101 | 11100 | 100110100 | 100011 | 111001 |
Color Harmonies of #B86CAE
Complementary color
Monochromatic Colors of #B86CAE
Black with #B86CAE
Text Example
Text Example
White with #B86CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86CAE; }
p { color: rgb(184,108,174); }
H1.HeaderClassName
{
color: #B86CAE;
}
.AnyTagClassName
{
color: #B86CAE;
}
</style>
background-color css
<style>
a { background-color: #B86CAE; }
a { background-color: rgb(184,108,174); }
div.DivClassName
{
background-color: #B86CAE;
}
.BgClassName
{
background-color: #B86CAE;
}
</style>
border-color css
<style>
span { border-color: #B86CAE; }
span { border-color: rgb(184,108,174); }
td.TdClassName
{
border-color: #B86CAE;
}
.TagClassName
{
border-color: #B86CAE;
}
</style>