Shades of Fuchsia #B86FB0
Tints of Fuchsia #B86FB0
RGB
CMYK
RGB Variations
Color information
#B86FB0 (or 0xB86FB0) is known color: Fuchsia. HEX triplet: B8, 6F and B0. RGB value is (184,111,176). Sum of RGB (Red+Green+Blue) = 184+111+176=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B86FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86FB0 is #47904F. Grayscale: #8C8C8C. Windows color (decimal): -4690000 or 11562936. OLE color: 11562936.
HSL color Cylindrical-coordinate representation of color #B86FB0: hue angle of 306.58º 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 #B86FB0 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 176 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.28 |
| HSL | 306.58º | 0.34% | 0.58% | - |
| HSV(B) | 306.58º | 0.4% | 0.72% | - |
| XYZ | 33.29 | 24.69 | 44.09 | - |
| YUV | 140.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 176 | 0 | 0.40 | 0.04 | 0.28 | 306.58 | 0.34 | 0.58 |
| Hex | B8 | 6F | B0 | 0 | 28 | 4 | 1C | 133 | 22 | 3A |
| Octal | 270 | 157 | 260 | 0 | 50 | 4 | 34 | 463 | 42 | 72 |
| Binary | 10111000 | 1101111 | 10110000 | 0 | 101000 | 100 | 11100 | 100110011 | 100010 | 111010 |
Color Harmonies of #B86FB0
Complementary color
Monochromatic Colors of #B86FB0
Black with #B86FB0
Text Example
Text Example
White with #B86FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86FB0; }
p { color: rgb(184,111,176); }
H1.HeaderClassName
{
color: #B86FB0;
}
.AnyTagClassName
{
color: #B86FB0;
}
</style>
background-color css
<style>
a { background-color: #B86FB0; }
a { background-color: rgb(184,111,176); }
div.DivClassName
{
background-color: #B86FB0;
}
.BgClassName
{
background-color: #B86FB0;
}
</style>
border-color css
<style>
span { border-color: #B86FB0; }
span { border-color: rgb(184,111,176); }
td.TdClassName
{
border-color: #B86FB0;
}
.TagClassName
{
border-color: #B86FB0;
}
</style>