Shades of Fuchsia #B86EB2
Tints of Fuchsia #B86EB2
RGB
CMYK
RGB Variations
Color information
#B86EB2 (or 0xB86EB2) is known color: Fuchsia. HEX triplet: B8, 6E and B2. RGB value is (184,110,178). Sum of RGB (Red+Green+Blue) = 184+110+178=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B86EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86EB2 is #47914D. Grayscale: #8B8B8B. Windows color (decimal): -4690254 or 11693752. OLE color: 11693752.
HSL color Cylindrical-coordinate representation of color #B86EB2: hue angle of 304.86º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86EB2 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 110 | 178 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.28 |
| HSL | 304.86º | 0.34% | 0.58% | - |
| HSV(B) | 304.86º | 0.4% | 0.72% | - |
| XYZ | 33.38 | 24.56 | 45.1 | - |
| YUV | 139.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 178 | 0 | 0.40 | 0.03 | 0.28 | 304.86 | 0.34 | 0.58 |
| Hex | B8 | 6E | B2 | 0 | 28 | 3 | 1C | 131 | 22 | 3A |
| Octal | 270 | 156 | 262 | 0 | 50 | 3 | 34 | 461 | 42 | 72 |
| Binary | 10111000 | 1101110 | 10110010 | 0 | 101000 | 11 | 11100 | 100110001 | 100010 | 111010 |
Color Harmonies of #B86EB2
Complementary color
Monochromatic Colors of #B86EB2
Black with #B86EB2
Text Example
Text Example
White with #B86EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86EB2; }
p { color: rgb(184,110,178); }
H1.HeaderClassName
{
color: #B86EB2;
}
.AnyTagClassName
{
color: #B86EB2;
}
</style>
background-color css
<style>
a { background-color: #B86EB2; }
a { background-color: rgb(184,110,178); }
div.DivClassName
{
background-color: #B86EB2;
}
.BgClassName
{
background-color: #B86EB2;
}
</style>
border-color css
<style>
span { border-color: #B86EB2; }
span { border-color: rgb(184,110,178); }
td.TdClassName
{
border-color: #B86EB2;
}
.TagClassName
{
border-color: #B86EB2;
}
</style>