Shades of Fuchsia #B86EC3
Tints of Fuchsia #B86EC3
RGB
CMYK
RGB Variations
Color information
#B86EC3 (or 0xB86EC3) is known color: Fuchsia. HEX triplet: B8, 6E and C3. RGB value is (184,110,195). Sum of RGB (Red+Green+Blue) = 184+110+195=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 195 - color contains mainly: blue. Hex color #B86EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86EC3 is #47913C. Grayscale: #8D8D8D. Windows color (decimal): -4690237 or 12807864. OLE color: 12807864.
HSL color Cylindrical-coordinate representation of color #B86EC3: hue angle of 292.24º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B86EC3 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 110 | 195 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.24 |
| HSL | 292.24º | 0.41% | 0.6% | - |
| HSV(B) | 292.24º | 0.44% | 0.76% | - |
| XYZ | 35.19 | 25.28 | 54.65 | - |
| YUV | 141.82 | 158.02 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 195 | 0.06 | 0.44 | 0 | 0.24 | 292.24 | 0.41 | 0.6 |
| Hex | B8 | 6E | C3 | 6 | 2C | 0 | 18 | 124 | 29 | 3C |
| Octal | 270 | 156 | 303 | 6 | 54 | 0 | 30 | 444 | 51 | 74 |
| Binary | 10111000 | 1101110 | 11000011 | 110 | 101100 | 0 | 11000 | 100100100 | 101001 | 111100 |
Color Harmonies of #B86EC3
Complementary color
Monochromatic Colors of #B86EC3
Black with #B86EC3
Text Example
Text Example
White with #B86EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86EC3; }
p { color: rgb(184,110,195); }
H1.HeaderClassName
{
color: #B86EC3;
}
.AnyTagClassName
{
color: #B86EC3;
}
</style>
background-color css
<style>
a { background-color: #B86EC3; }
a { background-color: rgb(184,110,195); }
div.DivClassName
{
background-color: #B86EC3;
}
.BgClassName
{
background-color: #B86EC3;
}
</style>
border-color css
<style>
span { border-color: #B86EC3; }
span { border-color: rgb(184,110,195); }
td.TdClassName
{
border-color: #B86EC3;
}
.TagClassName
{
border-color: #B86EC3;
}
</style>