Shades of Fuchsia #B84DAC
Tints of Fuchsia #B84DAC
RGB
CMYK
RGB Variations
Color information
#B84DAC (or 0xB84DAC) is known color: Fuchsia. HEX triplet: B8, 4D and AC. RGB value is (184,77,172). Sum of RGB (Red+Green+Blue) = 184+77+172=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B84DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84DAC is #47B253. Grayscale: #777777. Windows color (decimal): -4698708 or 11292088. OLE color: 11292088.
HSL color Cylindrical-coordinate representation of color #B84DAC: hue angle of 306.73º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84DAC is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 172 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.28 |
| HSL | 306.73º | 0.43% | 0.51% | - |
| HSV(B) | 306.73º | 0.58% | 0.72% | - |
| XYZ | 29.87 | 18.48 | 41.02 | - |
| YUV | 119.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 172 | 0 | 0.58 | 0.07 | 0.28 | 306.73 | 0.43 | 0.51 |
| Hex | B8 | 4D | AC | 0 | 3A | 7 | 1C | 133 | 2B | 33 |
| Octal | 270 | 115 | 254 | 0 | 72 | 7 | 34 | 463 | 53 | 63 |
| Binary | 10111000 | 1001101 | 10101100 | 0 | 111010 | 111 | 11100 | 100110011 | 101011 | 110011 |
Color Harmonies of #B84DAC
Complementary color
Monochromatic Colors of #B84DAC
Black with #B84DAC
Text Example
Text Example
White with #B84DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DAC; }
p { color: rgb(184,77,172); }
H1.HeaderClassName
{
color: #B84DAC;
}
.AnyTagClassName
{
color: #B84DAC;
}
</style>
background-color css
<style>
a { background-color: #B84DAC; }
a { background-color: rgb(184,77,172); }
div.DivClassName
{
background-color: #B84DAC;
}
.BgClassName
{
background-color: #B84DAC;
}
</style>
border-color css
<style>
span { border-color: #B84DAC; }
span { border-color: rgb(184,77,172); }
td.TdClassName
{
border-color: #B84DAC;
}
.TagClassName
{
border-color: #B84DAC;
}
</style>