Shades of Fuchsia #B854AC
Tints of Fuchsia #B854AC
RGB
CMYK
RGB Variations
Color information
#B854AC (or 0xB854AC) is known color: Fuchsia. HEX triplet: B8, 54 and AC. RGB value is (184,84,172). Sum of RGB (Red+Green+Blue) = 184+84+172=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B854AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B854AC is #47AB53. Grayscale: #7B7B7B. Windows color (decimal): -4696916 or 11293880. OLE color: 11293880.
HSL color Cylindrical-coordinate representation of color #B854AC: hue angle of 307.2º 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 #B854AC is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 172 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.28 |
| HSL | 307.2º | 0.41% | 0.53% | - |
| HSV(B) | 307.2º | 0.54% | 0.72% | - |
| XYZ | 30.38 | 19.51 | 41.19 | - |
| YUV | 123.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 172 | 0 | 0.54 | 0.07 | 0.28 | 307.2 | 0.41 | 0.53 |
| Hex | B8 | 54 | AC | 0 | 36 | 7 | 1C | 133 | 29 | 35 |
| Octal | 270 | 124 | 254 | 0 | 66 | 7 | 34 | 463 | 51 | 65 |
| Binary | 10111000 | 1010100 | 10101100 | 0 | 110110 | 111 | 11100 | 100110011 | 101001 | 110101 |
Color Harmonies of #B854AC
Complementary color
Monochromatic Colors of #B854AC
Black with #B854AC
Text Example
Text Example
White with #B854AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B854AC; }
p { color: rgb(184,84,172); }
H1.HeaderClassName
{
color: #B854AC;
}
.AnyTagClassName
{
color: #B854AC;
}
</style>
background-color css
<style>
a { background-color: #B854AC; }
a { background-color: rgb(184,84,172); }
div.DivClassName
{
background-color: #B854AC;
}
.BgClassName
{
background-color: #B854AC;
}
</style>
border-color css
<style>
span { border-color: #B854AC; }
span { border-color: rgb(184,84,172); }
td.TdClassName
{
border-color: #B854AC;
}
.TagClassName
{
border-color: #B854AC;
}
</style>