Shades of Fuchsia #B856BA
Tints of Fuchsia #B856BA
RGB
CMYK
RGB Variations
Color information
#B856BA (or 0xB856BA) is known color: Fuchsia. HEX triplet: B8, 56 and BA. RGB value is (184,86,186). Sum of RGB (Red+Green+Blue) = 184+86+186=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #B856BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856BA is #47A945. Grayscale: #7E7E7E. Windows color (decimal): -4696390 or 12211896. OLE color: 12211896.
HSL color Cylindrical-coordinate representation of color #B856BA: hue angle of 298.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B856BA is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 86 | 186 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.27 |
| HSL | 298.8º | 0.42% | 0.53% | - |
| HSV(B) | 298.8º | 0.54% | 0.73% | - |
| XYZ | 31.96 | 20.39 | 48.71 | - |
| YUV | 126.7 | 161.47 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 186 | 0.01 | 0.54 | 0 | 0.27 | 298.8 | 0.42 | 0.53 |
| Hex | B8 | 56 | BA | 1 | 36 | 0 | 1B | 12B | 2A | 35 |
| Octal | 270 | 126 | 272 | 1 | 66 | 0 | 33 | 453 | 52 | 65 |
| Binary | 10111000 | 1010110 | 10111010 | 1 | 110110 | 0 | 11011 | 100101011 | 101010 | 110101 |
Color Harmonies of #B856BA
Complementary color
Monochromatic Colors of #B856BA
Black with #B856BA
Text Example
Text Example
White with #B856BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B856BA; }
p { color: rgb(184,86,186); }
H1.HeaderClassName
{
color: #B856BA;
}
.AnyTagClassName
{
color: #B856BA;
}
</style>
background-color css
<style>
a { background-color: #B856BA; }
a { background-color: rgb(184,86,186); }
div.DivClassName
{
background-color: #B856BA;
}
.BgClassName
{
background-color: #B856BA;
}
</style>
border-color css
<style>
span { border-color: #B856BA; }
span { border-color: rgb(184,86,186); }
td.TdClassName
{
border-color: #B856BA;
}
.TagClassName
{
border-color: #B856BA;
}
</style>