Shades of Fuchsia #B84DAB
Tints of Fuchsia #B84DAB
RGB
CMYK
RGB Variations
Color information
#B84DAB (or 0xB84DAB) is known color: Fuchsia. HEX triplet: B8, 4D and AB. RGB value is (184,77,171). Sum of RGB (Red+Green+Blue) = 184+77+171=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B84DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84DAB is #47B254. Grayscale: #777777. Windows color (decimal): -4698709 or 11226552. OLE color: 11226552.
HSL color Cylindrical-coordinate representation of color #B84DAB: hue angle of 307.29º 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 #B84DAB is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 171 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.28 |
| HSL | 307.29º | 0.43% | 0.51% | - |
| HSV(B) | 307.29º | 0.58% | 0.72% | - |
| XYZ | 29.77 | 18.44 | 40.52 | - |
| YUV | 119.71 | 156.95 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 171 | 0 | 0.58 | 0.07 | 0.28 | 307.29 | 0.43 | 0.51 |
| Hex | B8 | 4D | AB | 0 | 3A | 7 | 1C | 133 | 2B | 33 |
| Octal | 270 | 115 | 253 | 0 | 72 | 7 | 34 | 463 | 53 | 63 |
| Binary | 10111000 | 1001101 | 10101011 | 0 | 111010 | 111 | 11100 | 100110011 | 101011 | 110011 |
Color Harmonies of #B84DAB
Complementary color
Monochromatic Colors of #B84DAB
Black with #B84DAB
Text Example
Text Example
White with #B84DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DAB; }
p { color: rgb(184,77,171); }
H1.HeaderClassName
{
color: #B84DAB;
}
.AnyTagClassName
{
color: #B84DAB;
}
</style>
background-color css
<style>
a { background-color: #B84DAB; }
a { background-color: rgb(184,77,171); }
div.DivClassName
{
background-color: #B84DAB;
}
.BgClassName
{
background-color: #B84DAB;
}
</style>
border-color css
<style>
span { border-color: #B84DAB; }
span { border-color: rgb(184,77,171); }
td.TdClassName
{
border-color: #B84DAB;
}
.TagClassName
{
border-color: #B84DAB;
}
</style>