Shades of Fuchsia #B86FB6
Tints of Fuchsia #B86FB6
RGB
CMYK
RGB Variations
Color information
#B86FB6 (or 0xB86FB6) is known color: Fuchsia. HEX triplet: B8, 6F and B6. RGB value is (184,111,182). Sum of RGB (Red+Green+Blue) = 184+111+182=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B86FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FB6 is #479049. Grayscale: #8C8C8C. Windows color (decimal): -4689994 or 11956152. OLE color: 11956152.
HSL color Cylindrical-coordinate representation of color #B86FB6: hue angle of 301.64º 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 #B86FB6 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 182 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.28 |
| HSL | 301.64º | 0.34% | 0.58% | - |
| HSV(B) | 301.64º | 0.4% | 0.72% | - |
| XYZ | 33.9 | 24.94 | 47.28 | - |
| YUV | 140.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 182 | 0 | 0.40 | 0.01 | 0.28 | 301.64 | 0.34 | 0.58 |
| Hex | B8 | 6F | B6 | 0 | 28 | 1 | 1C | 12E | 22 | 3A |
| Octal | 270 | 157 | 266 | 0 | 50 | 1 | 34 | 456 | 42 | 72 |
| Binary | 10111000 | 1101111 | 10110110 | 0 | 101000 | 1 | 11100 | 100101110 | 100010 | 111010 |
Color Harmonies of #B86FB6
Complementary color
Monochromatic Colors of #B86FB6
Black with #B86FB6
Text Example
Text Example
White with #B86FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86FB6; }
p { color: rgb(184,111,182); }
H1.HeaderClassName
{
color: #B86FB6;
}
.AnyTagClassName
{
color: #B86FB6;
}
</style>
background-color css
<style>
a { background-color: #B86FB6; }
a { background-color: rgb(184,111,182); }
div.DivClassName
{
background-color: #B86FB6;
}
.BgClassName
{
background-color: #B86FB6;
}
</style>
border-color css
<style>
span { border-color: #B86FB6; }
span { border-color: rgb(184,111,182); }
td.TdClassName
{
border-color: #B86FB6;
}
.TagClassName
{
border-color: #B86FB6;
}
</style>