Shades of Fuchsia #B84AB1
Tints of Fuchsia #B84AB1
RGB
CMYK
RGB Variations
Color information
#B84AB1 (or 0xB84AB1) is known color: Fuchsia. HEX triplet: B8, 4A and B1. RGB value is (184,74,177). Sum of RGB (Red+Green+Blue) = 184+74+177=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84AB1 is #47B54E. Grayscale: #767676. Windows color (decimal): -4699471 or 11619000. OLE color: 11619000.
HSL color Cylindrical-coordinate representation of color #B84AB1: hue angle of 303.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84AB1 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 177 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.28 |
| HSL | 303.82º | 0.44% | 0.51% | - |
| HSV(B) | 303.82º | 0.6% | 0.72% | - |
| XYZ | 30.15 | 18.26 | 43.53 | - |
| YUV | 118.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 177 | 0 | 0.60 | 0.04 | 0.28 | 303.82 | 0.44 | 0.51 |
| Hex | B8 | 4A | B1 | 0 | 3C | 4 | 1C | 130 | 2C | 33 |
| Octal | 270 | 112 | 261 | 0 | 74 | 4 | 34 | 460 | 54 | 63 |
| Binary | 10111000 | 1001010 | 10110001 | 0 | 111100 | 100 | 11100 | 100110000 | 101100 | 110011 |
Color Harmonies of #B84AB1
Complementary color
Monochromatic Colors of #B84AB1
Black with #B84AB1
Text Example
Text Example
White with #B84AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84AB1; }
p { color: rgb(184,74,177); }
H1.HeaderClassName
{
color: #B84AB1;
}
.AnyTagClassName
{
color: #B84AB1;
}
</style>
background-color css
<style>
a { background-color: #B84AB1; }
a { background-color: rgb(184,74,177); }
div.DivClassName
{
background-color: #B84AB1;
}
.BgClassName
{
background-color: #B84AB1;
}
</style>
border-color css
<style>
span { border-color: #B84AB1; }
span { border-color: rgb(184,74,177); }
td.TdClassName
{
border-color: #B84AB1;
}
.TagClassName
{
border-color: #B84AB1;
}
</style>