Shades of Fuchsia #B84AAC
Tints of Fuchsia #B84AAC
RGB
CMYK
RGB Variations
Color information
#B84AAC (or 0xB84AAC) is known color: Fuchsia. HEX triplet: B8, 4A and AC. RGB value is (184,74,172). Sum of RGB (Red+Green+Blue) = 184+74+172=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84AAC is #47B553. Grayscale: #757575. Windows color (decimal): -4699476 or 11291320. OLE color: 11291320.
HSL color Cylindrical-coordinate representation of color #B84AAC: hue angle of 306.55º 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 #B84AAC is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 172 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.28 |
| HSL | 306.55º | 0.44% | 0.51% | - |
| HSV(B) | 306.55º | 0.6% | 0.72% | - |
| XYZ | 29.66 | 18.07 | 40.95 | - |
| YUV | 118.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 172 | 0 | 0.60 | 0.07 | 0.28 | 306.55 | 0.44 | 0.51 |
| Hex | B8 | 4A | AC | 0 | 3C | 7 | 1C | 133 | 2C | 33 |
| Octal | 270 | 112 | 254 | 0 | 74 | 7 | 34 | 463 | 54 | 63 |
| Binary | 10111000 | 1001010 | 10101100 | 0 | 111100 | 111 | 11100 | 100110011 | 101100 | 110011 |
Color Harmonies of #B84AAC
Complementary color
Monochromatic Colors of #B84AAC
Black with #B84AAC
Text Example
Text Example
White with #B84AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84AAC; }
p { color: rgb(184,74,172); }
H1.HeaderClassName
{
color: #B84AAC;
}
.AnyTagClassName
{
color: #B84AAC;
}
</style>
background-color css
<style>
a { background-color: #B84AAC; }
a { background-color: rgb(184,74,172); }
div.DivClassName
{
background-color: #B84AAC;
}
.BgClassName
{
background-color: #B84AAC;
}
</style>
border-color css
<style>
span { border-color: #B84AAC; }
span { border-color: rgb(184,74,172); }
td.TdClassName
{
border-color: #B84AAC;
}
.TagClassName
{
border-color: #B84AAC;
}
</style>