Shades of Fuchsia #B85AAF
Tints of Fuchsia #B85AAF
RGB
CMYK
RGB Variations
Color information
#B85AAF (or 0xB85AAF) is known color: Fuchsia. HEX triplet: B8, 5A and AF. RGB value is (184,90,175). Sum of RGB (Red+Green+Blue) = 184+90+175=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B85AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85AAF is #47A550. Grayscale: #7F7F7F. Windows color (decimal): -4695377 or 11492024. OLE color: 11492024.
HSL color Cylindrical-coordinate representation of color #B85AAF: hue angle of 305.74º 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 #B85AAF is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 175 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.28 |
| HSL | 305.74º | 0.4% | 0.54% | - |
| HSV(B) | 305.74º | 0.51% | 0.72% | - |
| XYZ | 31.16 | 20.6 | 42.89 | - |
| YUV | 127.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 175 | 0 | 0.51 | 0.05 | 0.28 | 305.74 | 0.4 | 0.54 |
| Hex | B8 | 5A | AF | 0 | 33 | 5 | 1C | 132 | 28 | 36 |
| Octal | 270 | 132 | 257 | 0 | 63 | 5 | 34 | 462 | 50 | 66 |
| Binary | 10111000 | 1011010 | 10101111 | 0 | 110011 | 101 | 11100 | 100110010 | 101000 | 110110 |
Color Harmonies of #B85AAF
Complementary color
Monochromatic Colors of #B85AAF
Black with #B85AAF
Text Example
Text Example
White with #B85AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85AAF; }
p { color: rgb(184,90,175); }
H1.HeaderClassName
{
color: #B85AAF;
}
.AnyTagClassName
{
color: #B85AAF;
}
</style>
background-color css
<style>
a { background-color: #B85AAF; }
a { background-color: rgb(184,90,175); }
div.DivClassName
{
background-color: #B85AAF;
}
.BgClassName
{
background-color: #B85AAF;
}
</style>
border-color css
<style>
span { border-color: #B85AAF; }
span { border-color: rgb(184,90,175); }
td.TdClassName
{
border-color: #B85AAF;
}
.TagClassName
{
border-color: #B85AAF;
}
</style>