Shades of Fuchsia #B86FB3
Tints of Fuchsia #B86FB3
RGB
CMYK
RGB Variations
Color information
#B86FB3 (or 0xB86FB3) is known color: Fuchsia. HEX triplet: B8, 6F and B3. RGB value is (184,111,179). Sum of RGB (Red+Green+Blue) = 184+111+179=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B86FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FB3 is #47904C. Grayscale: #8C8C8C. Windows color (decimal): -4689997 or 11759544. OLE color: 11759544.
HSL color Cylindrical-coordinate representation of color #B86FB3: hue angle of 304.11º 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 #B86FB3 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 179 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.28 |
| HSL | 304.11º | 0.34% | 0.58% | - |
| HSV(B) | 304.11º | 0.4% | 0.72% | - |
| XYZ | 33.59 | 24.81 | 45.67 | - |
| YUV | 140.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 179 | 0 | 0.40 | 0.03 | 0.28 | 304.11 | 0.34 | 0.58 |
| Hex | B8 | 6F | B3 | 0 | 28 | 3 | 1C | 130 | 22 | 3A |
| Octal | 270 | 157 | 263 | 0 | 50 | 3 | 34 | 460 | 42 | 72 |
| Binary | 10111000 | 1101111 | 10110011 | 0 | 101000 | 11 | 11100 | 100110000 | 100010 | 111010 |
Color Harmonies of #B86FB3
Complementary color
Monochromatic Colors of #B86FB3
Black with #B86FB3
Text Example
Text Example
White with #B86FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86FB3; }
p { color: rgb(184,111,179); }
H1.HeaderClassName
{
color: #B86FB3;
}
.AnyTagClassName
{
color: #B86FB3;
}
</style>
background-color css
<style>
a { background-color: #B86FB3; }
a { background-color: rgb(184,111,179); }
div.DivClassName
{
background-color: #B86FB3;
}
.BgClassName
{
background-color: #B86FB3;
}
</style>
border-color css
<style>
span { border-color: #B86FB3; }
span { border-color: rgb(184,111,179); }
td.TdClassName
{
border-color: #B86FB3;
}
.TagClassName
{
border-color: #B86FB3;
}
</style>