Shades of Fuchsia #B86AB5
Tints of Fuchsia #B86AB5
RGB
CMYK
RGB Variations
Color information
#B86AB5 (or 0xB86AB5) is known color: Fuchsia. HEX triplet: B8, 6A and B5. RGB value is (184,106,181). Sum of RGB (Red+Green+Blue) = 184+106+181=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B86AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86AB5 is #47954A. Grayscale: #898989. Windows color (decimal): -4691275 or 11889336. OLE color: 11889336.
HSL color Cylindrical-coordinate representation of color #B86AB5: hue angle of 302.31º 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 #B86AB5 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 106 | 181 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.28 |
| HSL | 302.31º | 0.35% | 0.57% | - |
| HSV(B) | 302.31º | 0.42% | 0.72% | - |
| XYZ | 33.26 | 23.83 | 46.56 | - |
| YUV | 137.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 106 | 181 | 0 | 0.42 | 0.02 | 0.28 | 302.31 | 0.35 | 0.57 |
| Hex | B8 | 6A | B5 | 0 | 2A | 2 | 1C | 12E | 23 | 39 |
| Octal | 270 | 152 | 265 | 0 | 52 | 2 | 34 | 456 | 43 | 71 |
| Binary | 10111000 | 1101010 | 10110101 | 0 | 101010 | 10 | 11100 | 100101110 | 100011 | 111001 |
Color Harmonies of #B86AB5
Complementary color
Monochromatic Colors of #B86AB5
Black with #B86AB5
Text Example
Text Example
White with #B86AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86AB5; }
p { color: rgb(184,106,181); }
H1.HeaderClassName
{
color: #B86AB5;
}
.AnyTagClassName
{
color: #B86AB5;
}
</style>
background-color css
<style>
a { background-color: #B86AB5; }
a { background-color: rgb(184,106,181); }
div.DivClassName
{
background-color: #B86AB5;
}
.BgClassName
{
background-color: #B86AB5;
}
</style>
border-color css
<style>
span { border-color: #B86AB5; }
span { border-color: rgb(184,106,181); }
td.TdClassName
{
border-color: #B86AB5;
}
.TagClassName
{
border-color: #B86AB5;
}
</style>