Shades of Fuchsia #B84AA5
Tints of Fuchsia #B84AA5
RGB
CMYK
RGB Variations
Color information
#B84AA5 (or 0xB84AA5) is known color: Fuchsia. HEX triplet: B8, 4A and A5. RGB value is (184,74,165). Sum of RGB (Red+Green+Blue) = 184+74+165=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84AA5 is #47B55A. Grayscale: #757575. Windows color (decimal): -4699483 or 10832568. OLE color: 10832568.
HSL color Cylindrical-coordinate representation of color #B84AA5: hue angle of 310.36º 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 #B84AA5 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 165 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.28 |
| HSL | 310.36º | 0.44% | 0.51% | - |
| HSV(B) | 310.36º | 0.6% | 0.72% | - |
| XYZ | 29.01 | 17.8 | 37.51 | - |
| YUV | 117.26 | 154.94 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 165 | 0 | 0.60 | 0.10 | 0.28 | 310.36 | 0.44 | 0.51 |
| Hex | B8 | 4A | A5 | 0 | 3C | A | 1C | 136 | 2C | 33 |
| Octal | 270 | 112 | 245 | 0 | 74 | 12 | 34 | 466 | 54 | 63 |
| Binary | 10111000 | 1001010 | 10100101 | 0 | 111100 | 1010 | 11100 | 100110110 | 101100 | 110011 |
Color Harmonies of #B84AA5
Complementary color
Monochromatic Colors of #B84AA5
Black with #B84AA5
Text Example
Text Example
White with #B84AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84AA5; }
p { color: rgb(184,74,165); }
H1.HeaderClassName
{
color: #B84AA5;
}
.AnyTagClassName
{
color: #B84AA5;
}
</style>
background-color css
<style>
a { background-color: #B84AA5; }
a { background-color: rgb(184,74,165); }
div.DivClassName
{
background-color: #B84AA5;
}
.BgClassName
{
background-color: #B84AA5;
}
</style>
border-color css
<style>
span { border-color: #B84AA5; }
span { border-color: rgb(184,74,165); }
td.TdClassName
{
border-color: #B84AA5;
}
.TagClassName
{
border-color: #B84AA5;
}
</style>