Shades of Fuchsia #B86CC2
Tints of Fuchsia #B86CC2
RGB
CMYK
RGB Variations
Color information
#B86CC2 (or 0xB86CC2) is known color: Fuchsia. HEX triplet: B8, 6C and C2. RGB value is (184,108,194). Sum of RGB (Red+Green+Blue) = 184+108+194=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #B86CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CC2 is #47933D. Grayscale: #8C8C8C. Windows color (decimal): -4690750 or 12741816. OLE color: 12741816.
HSL color Cylindrical-coordinate representation of color #B86CC2: hue angle of 293.02º 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 #B86CC2 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 108 | 194 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.24 |
| HSL | 293.02º | 0.41% | 0.59% | - |
| HSV(B) | 293.02º | 0.44% | 0.76% | - |
| XYZ | 34.87 | 24.81 | 53.99 | - |
| YUV | 140.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 194 | 0.05 | 0.44 | 0 | 0.24 | 293.02 | 0.41 | 0.59 |
| Hex | B8 | 6C | C2 | 5 | 2C | 0 | 18 | 125 | 29 | 3B |
| Octal | 270 | 154 | 302 | 5 | 54 | 0 | 30 | 445 | 51 | 73 |
| Binary | 10111000 | 1101100 | 11000010 | 101 | 101100 | 0 | 11000 | 100100101 | 101001 | 111011 |
Color Harmonies of #B86CC2
Complementary color
Monochromatic Colors of #B86CC2
Black with #B86CC2
Text Example
Text Example
White with #B86CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86CC2; }
p { color: rgb(184,108,194); }
H1.HeaderClassName
{
color: #B86CC2;
}
.AnyTagClassName
{
color: #B86CC2;
}
</style>
background-color css
<style>
a { background-color: #B86CC2; }
a { background-color: rgb(184,108,194); }
div.DivClassName
{
background-color: #B86CC2;
}
.BgClassName
{
background-color: #B86CC2;
}
</style>
border-color css
<style>
span { border-color: #B86CC2; }
span { border-color: rgb(184,108,194); }
td.TdClassName
{
border-color: #B86CC2;
}
.TagClassName
{
border-color: #B86CC2;
}
</style>