Shades of Fuchsia #B856AC
Tints of Fuchsia #B856AC
RGB
CMYK
RGB Variations
Color information
#B856AC (or 0xB856AC) is known color: Fuchsia. HEX triplet: B8, 56 and AC. RGB value is (184,86,172). Sum of RGB (Red+Green+Blue) = 184+86+172=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B856AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B856AC is #47A953. Grayscale: #7C7C7C. Windows color (decimal): -4696404 or 11294392. OLE color: 11294392.
HSL color Cylindrical-coordinate representation of color #B856AC: hue angle of 307.35º 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 #B856AC is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 172 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.28 |
| HSL | 307.35º | 0.41% | 0.53% | - |
| HSV(B) | 307.35º | 0.53% | 0.72% | - |
| XYZ | 30.54 | 19.82 | 41.25 | - |
| YUV | 125.11 | 154.47 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 172 | 0 | 0.53 | 0.07 | 0.28 | 307.35 | 0.41 | 0.53 |
| Hex | B8 | 56 | AC | 0 | 35 | 7 | 1C | 133 | 29 | 35 |
| Octal | 270 | 126 | 254 | 0 | 65 | 7 | 34 | 463 | 51 | 65 |
| Binary | 10111000 | 1010110 | 10101100 | 0 | 110101 | 111 | 11100 | 100110011 | 101001 | 110101 |
Color Harmonies of #B856AC
Complementary color
Monochromatic Colors of #B856AC
Black with #B856AC
Text Example
Text Example
White with #B856AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B856AC; }
p { color: rgb(184,86,172); }
H1.HeaderClassName
{
color: #B856AC;
}
.AnyTagClassName
{
color: #B856AC;
}
</style>
background-color css
<style>
a { background-color: #B856AC; }
a { background-color: rgb(184,86,172); }
div.DivClassName
{
background-color: #B856AC;
}
.BgClassName
{
background-color: #B856AC;
}
</style>
border-color css
<style>
span { border-color: #B856AC; }
span { border-color: rgb(184,86,172); }
td.TdClassName
{
border-color: #B856AC;
}
.TagClassName
{
border-color: #B856AC;
}
</style>