Shades of Fuchsia #B85AA9
Tints of Fuchsia #B85AA9
RGB
CMYK
RGB Variations
Color information
#B85AA9 (or 0xB85AA9) is known color: Fuchsia. HEX triplet: B8, 5A and A9. RGB value is (184,90,169). Sum of RGB (Red+Green+Blue) = 184+90+169=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B85AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85AA9 is #47A556. Grayscale: #7E7E7E. Windows color (decimal): -4695383 or 11098808. OLE color: 11098808.
HSL color Cylindrical-coordinate representation of color #B85AA9: hue angle of 309.57º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85AA9 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 169 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.28 |
| HSL | 309.57º | 0.4% | 0.54% | - |
| HSV(B) | 309.57º | 0.51% | 0.72% | - |
| XYZ | 30.58 | 20.37 | 39.86 | - |
| YUV | 127.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 169 | 0 | 0.51 | 0.08 | 0.28 | 309.57 | 0.4 | 0.54 |
| Hex | B8 | 5A | A9 | 0 | 33 | 8 | 1C | 136 | 28 | 36 |
| Octal | 270 | 132 | 251 | 0 | 63 | 10 | 34 | 466 | 50 | 66 |
| Binary | 10111000 | 1011010 | 10101001 | 0 | 110011 | 1000 | 11100 | 100110110 | 101000 | 110110 |
Color Harmonies of #B85AA9
Complementary color
Monochromatic Colors of #B85AA9
Black with #B85AA9
Text Example
Text Example
White with #B85AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85AA9; }
p { color: rgb(184,90,169); }
H1.HeaderClassName
{
color: #B85AA9;
}
.AnyTagClassName
{
color: #B85AA9;
}
</style>
background-color css
<style>
a { background-color: #B85AA9; }
a { background-color: rgb(184,90,169); }
div.DivClassName
{
background-color: #B85AA9;
}
.BgClassName
{
background-color: #B85AA9;
}
</style>
border-color css
<style>
span { border-color: #B85AA9; }
span { border-color: rgb(184,90,169); }
td.TdClassName
{
border-color: #B85AA9;
}
.TagClassName
{
border-color: #B85AA9;
}
</style>