Shades of Fuchsia #B856B0
Tints of Fuchsia #B856B0
RGB
CMYK
RGB Variations
Color information
#B856B0 (or 0xB856B0) is known color: Fuchsia. HEX triplet: B8, 56 and B0. RGB value is (184,86,176). Sum of RGB (Red+Green+Blue) = 184+86+176=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B856B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B856B0 is #47A94F. Grayscale: #7D7D7D. Windows color (decimal): -4696400 or 11556536. OLE color: 11556536.
HSL color Cylindrical-coordinate representation of color #B856B0: hue angle of 304.9º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B856B0 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 176 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.28 |
| HSL | 304.9º | 0.41% | 0.53% | - |
| HSV(B) | 304.9º | 0.53% | 0.72% | - |
| XYZ | 30.93 | 19.98 | 43.3 | - |
| YUV | 125.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 176 | 0 | 0.53 | 0.04 | 0.28 | 304.9 | 0.41 | 0.53 |
| Hex | B8 | 56 | B0 | 0 | 35 | 4 | 1C | 131 | 29 | 35 |
| Octal | 270 | 126 | 260 | 0 | 65 | 4 | 34 | 461 | 51 | 65 |
| Binary | 10111000 | 1010110 | 10110000 | 0 | 110101 | 100 | 11100 | 100110001 | 101001 | 110101 |
Color Harmonies of #B856B0
Complementary color
Monochromatic Colors of #B856B0
Black with #B856B0
Text Example
Text Example
White with #B856B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B856B0; }
p { color: rgb(184,86,176); }
H1.HeaderClassName
{
color: #B856B0;
}
.AnyTagClassName
{
color: #B856B0;
}
</style>
background-color css
<style>
a { background-color: #B856B0; }
a { background-color: rgb(184,86,176); }
div.DivClassName
{
background-color: #B856B0;
}
.BgClassName
{
background-color: #B856B0;
}
</style>
border-color css
<style>
span { border-color: #B856B0; }
span { border-color: rgb(184,86,176); }
td.TdClassName
{
border-color: #B856B0;
}
.TagClassName
{
border-color: #B856B0;
}
</style>