Shades of Fuchsia #B86CC1
Tints of Fuchsia #B86CC1
RGB
CMYK
RGB Variations
Color information
#B86CC1 (or 0xB86CC1) is known color: Fuchsia. HEX triplet: B8, 6C and C1. RGB value is (184,108,193). Sum of RGB (Red+Green+Blue) = 184+108+193=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #B86CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CC1 is #47933E. Grayscale: #8C8C8C. Windows color (decimal): -4690751 or 12676280. OLE color: 12676280.
HSL color Cylindrical-coordinate representation of color #B86CC1: hue angle of 293.65º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B86CC1 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 108 | 193 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.24 |
| HSL | 293.65º | 0.41% | 0.59% | - |
| HSV(B) | 293.65º | 0.44% | 0.76% | - |
| XYZ | 34.76 | 24.77 | 53.4 | - |
| YUV | 140.41 | 157.68 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 193 | 0.05 | 0.44 | 0 | 0.24 | 293.65 | 0.41 | 0.59 |
| Hex | B8 | 6C | C1 | 5 | 2C | 0 | 18 | 126 | 29 | 3B |
| Octal | 270 | 154 | 301 | 5 | 54 | 0 | 30 | 446 | 51 | 73 |
| Binary | 10111000 | 1101100 | 11000001 | 101 | 101100 | 0 | 11000 | 100100110 | 101001 | 111011 |
Color Harmonies of #B86CC1
Complementary color
Monochromatic Colors of #B86CC1
Black with #B86CC1
Text Example
Text Example
White with #B86CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86CC1; }
p { color: rgb(184,108,193); }
H1.HeaderClassName
{
color: #B86CC1;
}
.AnyTagClassName
{
color: #B86CC1;
}
</style>
background-color css
<style>
a { background-color: #B86CC1; }
a { background-color: rgb(184,108,193); }
div.DivClassName
{
background-color: #B86CC1;
}
.BgClassName
{
background-color: #B86CC1;
}
</style>
border-color css
<style>
span { border-color: #B86CC1; }
span { border-color: rgb(184,108,193); }
td.TdClassName
{
border-color: #B86CC1;
}
.TagClassName
{
border-color: #B86CC1;
}
</style>