Shades of Fuchsia #B856A8
Tints of Fuchsia #B856A8
RGB
CMYK
RGB Variations
Color information
#B856A8 (or 0xB856A8) is known color: Fuchsia. HEX triplet: B8, 56 and A8. RGB value is (184,86,168). Sum of RGB (Red+Green+Blue) = 184+86+168=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B856A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B856A8 is #47A957. Grayscale: #7C7C7C. Windows color (decimal): -4696408 or 11032248. OLE color: 11032248.
HSL color Cylindrical-coordinate representation of color #B856A8: hue angle of 309.8º 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 #B856A8 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 168 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.28 |
| HSL | 309.8º | 0.41% | 0.53% | - |
| HSV(B) | 309.8º | 0.53% | 0.72% | - |
| XYZ | 30.16 | 19.67 | 39.25 | - |
| YUV | 124.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 168 | 0 | 0.53 | 0.09 | 0.28 | 309.8 | 0.41 | 0.53 |
| Hex | B8 | 56 | A8 | 0 | 35 | 9 | 1C | 136 | 29 | 35 |
| Octal | 270 | 126 | 250 | 0 | 65 | 11 | 34 | 466 | 51 | 65 |
| Binary | 10111000 | 1010110 | 10101000 | 0 | 110101 | 1001 | 11100 | 100110110 | 101001 | 110101 |
Color Harmonies of #B856A8
Complementary color
Monochromatic Colors of #B856A8
Black with #B856A8
Text Example
Text Example
White with #B856A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B856A8; }
p { color: rgb(184,86,168); }
H1.HeaderClassName
{
color: #B856A8;
}
.AnyTagClassName
{
color: #B856A8;
}
</style>
background-color css
<style>
a { background-color: #B856A8; }
a { background-color: rgb(184,86,168); }
div.DivClassName
{
background-color: #B856A8;
}
.BgClassName
{
background-color: #B856A8;
}
</style>
border-color css
<style>
span { border-color: #B856A8; }
span { border-color: rgb(184,86,168); }
td.TdClassName
{
border-color: #B856A8;
}
.TagClassName
{
border-color: #B856A8;
}
</style>