Shades of Fuchsia #B856AB
Tints of Fuchsia #B856AB
RGB
CMYK
RGB Variations
Color information
#B856AB (or 0xB856AB) is known color: Fuchsia. HEX triplet: B8, 56 and AB. RGB value is (184,86,171). Sum of RGB (Red+Green+Blue) = 184+86+171=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B856AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B856AB is #47A954. Grayscale: #7C7C7C. Windows color (decimal): -4696405 or 11228856. OLE color: 11228856.
HSL color Cylindrical-coordinate representation of color #B856AB: hue angle of 307.96º 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 #B856AB is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 171 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.28 |
| HSL | 307.96º | 0.41% | 0.53% | - |
| HSV(B) | 307.96º | 0.53% | 0.72% | - |
| XYZ | 30.45 | 19.79 | 40.74 | - |
| YUV | 124.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 171 | 0 | 0.53 | 0.07 | 0.28 | 307.96 | 0.41 | 0.53 |
| Hex | B8 | 56 | AB | 0 | 35 | 7 | 1C | 134 | 29 | 35 |
| Octal | 270 | 126 | 253 | 0 | 65 | 7 | 34 | 464 | 51 | 65 |
| Binary | 10111000 | 1010110 | 10101011 | 0 | 110101 | 111 | 11100 | 100110100 | 101001 | 110101 |
Color Harmonies of #B856AB
Complementary color
Monochromatic Colors of #B856AB
Black with #B856AB
Text Example
Text Example
White with #B856AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B856AB; }
p { color: rgb(184,86,171); }
H1.HeaderClassName
{
color: #B856AB;
}
.AnyTagClassName
{
color: #B856AB;
}
</style>
background-color css
<style>
a { background-color: #B856AB; }
a { background-color: rgb(184,86,171); }
div.DivClassName
{
background-color: #B856AB;
}
.BgClassName
{
background-color: #B856AB;
}
</style>
border-color css
<style>
span { border-color: #B856AB; }
span { border-color: rgb(184,86,171); }
td.TdClassName
{
border-color: #B856AB;
}
.TagClassName
{
border-color: #B856AB;
}
</style>