Shades of Fuchsia #B84DA4
Tints of Fuchsia #B84DA4
RGB
CMYK
RGB Variations
Color information
#B84DA4 (or 0xB84DA4) is known color: Fuchsia. HEX triplet: B8, 4D and A4. RGB value is (184,77,164). Sum of RGB (Red+Green+Blue) = 184+77+164=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B84DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84DA4 is #47B25B. Grayscale: #767676. Windows color (decimal): -4698716 or 10767800. OLE color: 10767800.
HSL color Cylindrical-coordinate representation of color #B84DA4: hue angle of 311.21º 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 #B84DA4 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 164 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.28 |
| HSL | 311.22º | 0.43% | 0.51% | - |
| HSV(B) | 311.22º | 0.58% | 0.72% | - |
| XYZ | 29.12 | 18.18 | 37.1 | - |
| YUV | 118.91 | 153.45 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 164 | 0 | 0.58 | 0.11 | 0.28 | 311.22 | 0.43 | 0.51 |
| Hex | B8 | 4D | A4 | 0 | 3A | B | 1C | 137 | 2B | 33 |
| Octal | 270 | 115 | 244 | 0 | 72 | 13 | 34 | 467 | 53 | 63 |
| Binary | 10111000 | 1001101 | 10100100 | 0 | 111010 | 1011 | 11100 | 100110111 | 101011 | 110011 |
Color Harmonies of #B84DA4
Complementary color
Monochromatic Colors of #B84DA4
Black with #B84DA4
Text Example
Text Example
White with #B84DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DA4; }
p { color: rgb(184,77,164); }
H1.HeaderClassName
{
color: #B84DA4;
}
.AnyTagClassName
{
color: #B84DA4;
}
</style>
background-color css
<style>
a { background-color: #B84DA4; }
a { background-color: rgb(184,77,164); }
div.DivClassName
{
background-color: #B84DA4;
}
.BgClassName
{
background-color: #B84DA4;
}
</style>
border-color css
<style>
span { border-color: #B84DA4; }
span { border-color: rgb(184,77,164); }
td.TdClassName
{
border-color: #B84DA4;
}
.TagClassName
{
border-color: #B84DA4;
}
</style>