Shades of Fuchsia #B86AB4
Tints of Fuchsia #B86AB4
RGB
CMYK
RGB Variations
Color information
#B86AB4 (or 0xB86AB4) is known color: Fuchsia. HEX triplet: B8, 6A and B4. RGB value is (184,106,180). Sum of RGB (Red+Green+Blue) = 184+106+180=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B86AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86AB4 is #47954B. Grayscale: #898989. Windows color (decimal): -4691276 or 11823800. OLE color: 11823800.
HSL color Cylindrical-coordinate representation of color #B86AB4: hue angle of 303.08º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86AB4 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 106 | 180 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.28 |
| HSL | 303.08º | 0.35% | 0.57% | - |
| HSV(B) | 303.08º | 0.42% | 0.72% | - |
| XYZ | 33.16 | 23.79 | 46.02 | - |
| YUV | 137.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 106 | 180 | 0 | 0.42 | 0.02 | 0.28 | 303.08 | 0.35 | 0.57 |
| Hex | B8 | 6A | B4 | 0 | 2A | 2 | 1C | 12F | 23 | 39 |
| Octal | 270 | 152 | 264 | 0 | 52 | 2 | 34 | 457 | 43 | 71 |
| Binary | 10111000 | 1101010 | 10110100 | 0 | 101010 | 10 | 11100 | 100101111 | 100011 | 111001 |
Color Harmonies of #B86AB4
Complementary color
Monochromatic Colors of #B86AB4
Black with #B86AB4
Text Example
Text Example
White with #B86AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86AB4; }
p { color: rgb(184,106,180); }
H1.HeaderClassName
{
color: #B86AB4;
}
.AnyTagClassName
{
color: #B86AB4;
}
</style>
background-color css
<style>
a { background-color: #B86AB4; }
a { background-color: rgb(184,106,180); }
div.DivClassName
{
background-color: #B86AB4;
}
.BgClassName
{
background-color: #B86AB4;
}
</style>
border-color css
<style>
span { border-color: #B86AB4; }
span { border-color: rgb(184,106,180); }
td.TdClassName
{
border-color: #B86AB4;
}
.TagClassName
{
border-color: #B86AB4;
}
</style>