Shades of Fuchsia #B854BA
Tints of Fuchsia #B854BA
RGB
CMYK
RGB Variations
Color information
#B854BA (or 0xB854BA) is known color: Fuchsia. HEX triplet: B8, 54 and BA. RGB value is (184,84,186). Sum of RGB (Red+Green+Blue) = 184+84+186=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #B854BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B854BA is #47AB45. Grayscale: #7D7D7D. Windows color (decimal): -4696902 or 12211384. OLE color: 12211384.
HSL color Cylindrical-coordinate representation of color #B854BA: hue angle of 298.82º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B854BA is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 84 | 186 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.27 |
| HSL | 298.82º | 0.43% | 0.53% | - |
| HSV(B) | 298.82º | 0.55% | 0.73% | - |
| XYZ | 31.8 | 20.08 | 48.65 | - |
| YUV | 125.53 | 162.13 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 186 | 0.01 | 0.55 | 0 | 0.27 | 298.82 | 0.43 | 0.53 |
| Hex | B8 | 54 | BA | 1 | 37 | 0 | 1B | 12B | 2A | 35 |
| Octal | 270 | 124 | 272 | 1 | 67 | 0 | 33 | 453 | 52 | 65 |
| Binary | 10111000 | 1010100 | 10111010 | 1 | 110111 | 0 | 11011 | 100101011 | 101010 | 110101 |
Color Harmonies of #B854BA
Complementary color
Monochromatic Colors of #B854BA
Black with #B854BA
Text Example
Text Example
White with #B854BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B854BA; }
p { color: rgb(184,84,186); }
H1.HeaderClassName
{
color: #B854BA;
}
.AnyTagClassName
{
color: #B854BA;
}
</style>
background-color css
<style>
a { background-color: #B854BA; }
a { background-color: rgb(184,84,186); }
div.DivClassName
{
background-color: #B854BA;
}
.BgClassName
{
background-color: #B854BA;
}
</style>
border-color css
<style>
span { border-color: #B854BA; }
span { border-color: rgb(184,84,186); }
td.TdClassName
{
border-color: #B854BA;
}
.TagClassName
{
border-color: #B854BA;
}
</style>