Shades of Fuchsia #B854A8
Tints of Fuchsia #B854A8
RGB
CMYK
RGB Variations
Color information
#B854A8 (or 0xB854A8) is known color: Fuchsia. HEX triplet: B8, 54 and A8. RGB value is (184,84,168). Sum of RGB (Red+Green+Blue) = 184+84+168=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B854A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B854A8 is #47AB57. Grayscale: #7B7B7B. Windows color (decimal): -4696920 or 11031736. OLE color: 11031736.
HSL color Cylindrical-coordinate representation of color #B854A8: hue angle of 309.6º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B854A8 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 168 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.28 |
| HSL | 309.6º | 0.41% | 0.53% | - |
| HSV(B) | 309.6º | 0.54% | 0.72% | - |
| XYZ | 30.01 | 19.36 | 39.2 | - |
| YUV | 123.48 | 153.13 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 168 | 0 | 0.54 | 0.09 | 0.28 | 309.6 | 0.41 | 0.53 |
| Hex | B8 | 54 | A8 | 0 | 36 | 9 | 1C | 136 | 29 | 35 |
| Octal | 270 | 124 | 250 | 0 | 66 | 11 | 34 | 466 | 51 | 65 |
| Binary | 10111000 | 1010100 | 10101000 | 0 | 110110 | 1001 | 11100 | 100110110 | 101001 | 110101 |
Color Harmonies of #B854A8
Complementary color
Monochromatic Colors of #B854A8
Black with #B854A8
Text Example
Text Example
White with #B854A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B854A8; }
p { color: rgb(184,84,168); }
H1.HeaderClassName
{
color: #B854A8;
}
.AnyTagClassName
{
color: #B854A8;
}
</style>
background-color css
<style>
a { background-color: #B854A8; }
a { background-color: rgb(184,84,168); }
div.DivClassName
{
background-color: #B854A8;
}
.BgClassName
{
background-color: #B854A8;
}
</style>
border-color css
<style>
span { border-color: #B854A8; }
span { border-color: rgb(184,84,168); }
td.TdClassName
{
border-color: #B854A8;
}
.TagClassName
{
border-color: #B854A8;
}
</style>