Shades of Fuchsia #B86FB2
Tints of Fuchsia #B86FB2
RGB
CMYK
RGB Variations
Color information
#B86FB2 (or 0xB86FB2) is known color: Fuchsia. HEX triplet: B8, 6F and B2. RGB value is (184,111,178). Sum of RGB (Red+Green+Blue) = 184+111+178=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B86FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86FB2 is #47904D. Grayscale: #8C8C8C. Windows color (decimal): -4689998 or 11694008. OLE color: 11694008.
HSL color Cylindrical-coordinate representation of color #B86FB2: hue angle of 304.93º 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 #B86FB2 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 178 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.28 |
| HSL | 304.93º | 0.34% | 0.58% | - |
| HSV(B) | 304.93º | 0.4% | 0.72% | - |
| XYZ | 33.49 | 24.77 | 45.14 | - |
| YUV | 140.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 178 | 0 | 0.40 | 0.03 | 0.28 | 304.93 | 0.34 | 0.58 |
| Hex | B8 | 6F | B2 | 0 | 28 | 3 | 1C | 131 | 22 | 3A |
| Octal | 270 | 157 | 262 | 0 | 50 | 3 | 34 | 461 | 42 | 72 |
| Binary | 10111000 | 1101111 | 10110010 | 0 | 101000 | 11 | 11100 | 100110001 | 100010 | 111010 |
Color Harmonies of #B86FB2
Complementary color
Monochromatic Colors of #B86FB2
Black with #B86FB2
Text Example
Text Example
White with #B86FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86FB2; }
p { color: rgb(184,111,178); }
H1.HeaderClassName
{
color: #B86FB2;
}
.AnyTagClassName
{
color: #B86FB2;
}
</style>
background-color css
<style>
a { background-color: #B86FB2; }
a { background-color: rgb(184,111,178); }
div.DivClassName
{
background-color: #B86FB2;
}
.BgClassName
{
background-color: #B86FB2;
}
</style>
border-color css
<style>
span { border-color: #B86FB2; }
span { border-color: rgb(184,111,178); }
td.TdClassName
{
border-color: #B86FB2;
}
.TagClassName
{
border-color: #B86FB2;
}
</style>