Shades of Fuchsia #B86FB1
Tints of Fuchsia #B86FB1
RGB
CMYK
RGB Variations
Color information
#B86FB1 (or 0xB86FB1) is known color: Fuchsia. HEX triplet: B8, 6F and B1. RGB value is (184,111,177). Sum of RGB (Red+Green+Blue) = 184+111+177=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B86FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86FB1 is #47904E. Grayscale: #8C8C8C. Windows color (decimal): -4689999 or 11628472. OLE color: 11628472.
HSL color Cylindrical-coordinate representation of color #B86FB1: hue angle of 305.75º 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 #B86FB1 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 177 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.28 |
| HSL | 305.75º | 0.34% | 0.58% | - |
| HSV(B) | 305.75º | 0.4% | 0.72% | - |
| XYZ | 33.39 | 24.73 | 44.61 | - |
| YUV | 140.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 177 | 0 | 0.40 | 0.04 | 0.28 | 305.75 | 0.34 | 0.58 |
| Hex | B8 | 6F | B1 | 0 | 28 | 4 | 1C | 132 | 22 | 3A |
| Octal | 270 | 157 | 261 | 0 | 50 | 4 | 34 | 462 | 42 | 72 |
| Binary | 10111000 | 1101111 | 10110001 | 0 | 101000 | 100 | 11100 | 100110010 | 100010 | 111010 |
Color Harmonies of #B86FB1
Complementary color
Monochromatic Colors of #B86FB1
Black with #B86FB1
Text Example
Text Example
White with #B86FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86FB1; }
p { color: rgb(184,111,177); }
H1.HeaderClassName
{
color: #B86FB1;
}
.AnyTagClassName
{
color: #B86FB1;
}
</style>
background-color css
<style>
a { background-color: #B86FB1; }
a { background-color: rgb(184,111,177); }
div.DivClassName
{
background-color: #B86FB1;
}
.BgClassName
{
background-color: #B86FB1;
}
</style>
border-color css
<style>
span { border-color: #B86FB1; }
span { border-color: rgb(184,111,177); }
td.TdClassName
{
border-color: #B86FB1;
}
.TagClassName
{
border-color: #B86FB1;
}
</style>