Shades of Fuchsia #B85BAA
Tints of Fuchsia #B85BAA
RGB
CMYK
RGB Variations
Color information
#B85BAA (or 0xB85BAA) is known color: Fuchsia. HEX triplet: B8, 5B and AA. RGB value is (184,91,170). Sum of RGB (Red+Green+Blue) = 184+91+170=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B85BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85BAA is #47A455. Grayscale: #7F7F7F. Windows color (decimal): -4695126 or 11164600. OLE color: 11164600.
HSL color Cylindrical-coordinate representation of color #B85BAA: hue angle of 309.03º 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 #B85BAA is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 91 | 170 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.28 |
| HSL | 309.03º | 0.4% | 0.54% | - |
| HSV(B) | 309.03º | 0.51% | 0.72% | - |
| XYZ | 30.76 | 20.57 | 40.38 | - |
| YUV | 127.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 91 | 170 | 0 | 0.51 | 0.08 | 0.28 | 309.03 | 0.4 | 0.54 |
| Hex | B8 | 5B | AA | 0 | 33 | 8 | 1C | 135 | 28 | 36 |
| Octal | 270 | 133 | 252 | 0 | 63 | 10 | 34 | 465 | 50 | 66 |
| Binary | 10111000 | 1011011 | 10101010 | 0 | 110011 | 1000 | 11100 | 100110101 | 101000 | 110110 |
Color Harmonies of #B85BAA
Complementary color
Monochromatic Colors of #B85BAA
Black with #B85BAA
Text Example
Text Example
White with #B85BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85BAA; }
p { color: rgb(184,91,170); }
H1.HeaderClassName
{
color: #B85BAA;
}
.AnyTagClassName
{
color: #B85BAA;
}
</style>
background-color css
<style>
a { background-color: #B85BAA; }
a { background-color: rgb(184,91,170); }
div.DivClassName
{
background-color: #B85BAA;
}
.BgClassName
{
background-color: #B85BAA;
}
</style>
border-color css
<style>
span { border-color: #B85BAA; }
span { border-color: rgb(184,91,170); }
td.TdClassName
{
border-color: #B85BAA;
}
.TagClassName
{
border-color: #B85BAA;
}
</style>