Shades of Fuchsia #B86FBA
Tints of Fuchsia #B86FBA
RGB
CMYK
RGB Variations
Color information
#B86FBA (or 0xB86FBA) is known color: Fuchsia. HEX triplet: B8, 6F and BA. RGB value is (184,111,186). Sum of RGB (Red+Green+Blue) = 184+111+186=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #B86FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FBA is #479045. Grayscale: #8D8D8D. Windows color (decimal): -4689990 or 12218296. OLE color: 12218296.
HSL color Cylindrical-coordinate representation of color #B86FBA: hue angle of 298.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86FBA is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 111 | 186 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.27 |
| HSL | 298.4º | 0.35% | 0.58% | - |
| HSV(B) | 298.4º | 0.4% | 0.73% | - |
| XYZ | 34.31 | 25.1 | 49.49 | - |
| YUV | 141.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 186 | 0.01 | 0.40 | 0 | 0.27 | 298.4 | 0.35 | 0.58 |
| Hex | B8 | 6F | BA | 1 | 28 | 0 | 1B | 12A | 23 | 3A |
| Octal | 270 | 157 | 272 | 1 | 50 | 0 | 33 | 452 | 43 | 72 |
| Binary | 10111000 | 1101111 | 10111010 | 1 | 101000 | 0 | 11011 | 100101010 | 100011 | 111010 |
Color Harmonies of #B86FBA
Complementary color
Monochromatic Colors of #B86FBA
Black with #B86FBA
Text Example
Text Example
White with #B86FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86FBA; }
p { color: rgb(184,111,186); }
H1.HeaderClassName
{
color: #B86FBA;
}
.AnyTagClassName
{
color: #B86FBA;
}
</style>
background-color css
<style>
a { background-color: #B86FBA; }
a { background-color: rgb(184,111,186); }
div.DivClassName
{
background-color: #B86FBA;
}
.BgClassName
{
background-color: #B86FBA;
}
</style>
border-color css
<style>
span { border-color: #B86FBA; }
span { border-color: rgb(184,111,186); }
td.TdClassName
{
border-color: #B86FBA;
}
.TagClassName
{
border-color: #B86FBA;
}
</style>