Shades of Fuchsia #B86BB8
Tints of Fuchsia #B86BB8
RGB
CMYK
RGB Variations
Color information
#B86BB8 (or 0xB86BB8) is known color: Fuchsia. HEX triplet: B8, 6B and B8. RGB value is (184,107,184). Sum of RGB (Red+Green+Blue) = 184+107+184=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B86BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BB8 is #479447. Grayscale: #8A8A8A. Windows color (decimal): -4691016 or 12086200. OLE color: 12086200.
HSL color Cylindrical-coordinate representation of color #B86BB8: hue angle of 300º 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 #B86BB8 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 107 | 184 | - |
| CMYK | 0 | 0.42 | 0 | 0.28 |
| HSL | 300º | 0.35% | 0.57% | - |
| HSV(B) | 300º | 0.42% | 0.72% | - |
| XYZ | 33.68 | 24.17 | 48.24 | - |
| YUV | 138.8 | 153.51 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 184 | 0 | 0.42 | 0 | 0.28 | 300 | 0.35 | 0.57 |
| Hex | B8 | 6B | B8 | 0 | 2A | 0 | 1C | 12C | 23 | 39 |
| Octal | 270 | 153 | 270 | 0 | 52 | 0 | 34 | 454 | 43 | 71 |
| Binary | 10111000 | 1101011 | 10111000 | 0 | 101010 | 0 | 11100 | 100101100 | 100011 | 111001 |
Color Harmonies of #B86BB8
Complementary color
Monochromatic Colors of #B86BB8
Black with #B86BB8
Text Example
Text Example
White with #B86BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86BB8; }
p { color: rgb(184,107,184); }
H1.HeaderClassName
{
color: #B86BB8;
}
.AnyTagClassName
{
color: #B86BB8;
}
</style>
background-color css
<style>
a { background-color: #B86BB8; }
a { background-color: rgb(184,107,184); }
div.DivClassName
{
background-color: #B86BB8;
}
.BgClassName
{
background-color: #B86BB8;
}
</style>
border-color css
<style>
span { border-color: #B86BB8; }
span { border-color: rgb(184,107,184); }
td.TdClassName
{
border-color: #B86BB8;
}
.TagClassName
{
border-color: #B86BB8;
}
</style>