Shades of Fuchsia #B84AA8
Tints of Fuchsia #B84AA8
RGB
CMYK
RGB Variations
Color information
#B84AA8 (or 0xB84AA8) is known color: Fuchsia. HEX triplet: B8, 4A and A8. RGB value is (184,74,168). Sum of RGB (Red+Green+Blue) = 184+74+168=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84AA8 is #47B557. Grayscale: #757575. Windows color (decimal): -4699480 or 11029176. OLE color: 11029176.
HSL color Cylindrical-coordinate representation of color #B84AA8: hue angle of 308.73º 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 #B84AA8 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 168 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.28 |
| HSL | 308.73º | 0.44% | 0.51% | - |
| HSV(B) | 308.73º | 0.6% | 0.72% | - |
| XYZ | 29.28 | 17.92 | 38.96 | - |
| YUV | 117.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 168 | 0 | 0.60 | 0.09 | 0.28 | 308.73 | 0.44 | 0.51 |
| Hex | B8 | 4A | A8 | 0 | 3C | 9 | 1C | 135 | 2C | 33 |
| Octal | 270 | 112 | 250 | 0 | 74 | 11 | 34 | 465 | 54 | 63 |
| Binary | 10111000 | 1001010 | 10101000 | 0 | 111100 | 1001 | 11100 | 100110101 | 101100 | 110011 |
Color Harmonies of #B84AA8
Complementary color
Monochromatic Colors of #B84AA8
Black with #B84AA8
Text Example
Text Example
White with #B84AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84AA8; }
p { color: rgb(184,74,168); }
H1.HeaderClassName
{
color: #B84AA8;
}
.AnyTagClassName
{
color: #B84AA8;
}
</style>
background-color css
<style>
a { background-color: #B84AA8; }
a { background-color: rgb(184,74,168); }
div.DivClassName
{
background-color: #B84AA8;
}
.BgClassName
{
background-color: #B84AA8;
}
</style>
border-color css
<style>
span { border-color: #B84AA8; }
span { border-color: rgb(184,74,168); }
td.TdClassName
{
border-color: #B84AA8;
}
.TagClassName
{
border-color: #B84AA8;
}
</style>