Shades of Fuchsia #B959AA
Tints of Fuchsia #B959AA
RGB
CMYK
RGB Variations
Color information
#B959AA (or 0xB959AA) is known color: Fuchsia. HEX triplet: B9, 59 and AA. RGB value is (185,89,170). Sum of RGB (Red+Green+Blue) = 185+89+170=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B959AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B959AA is #46A655. Grayscale: #7E7E7E. Windows color (decimal): -4630102 or 11164089. OLE color: 11164089.
HSL color Cylindrical-coordinate representation of color #B959AA: hue angle of 309.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B959AA is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 89 | 170 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.27 |
| HSL | 309.38º | 0.41% | 0.54% | - |
| HSV(B) | 309.38º | 0.52% | 0.73% | - |
| XYZ | 30.84 | 20.36 | 40.34 | - |
| YUV | 126.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 170 | 0 | 0.52 | 0.08 | 0.27 | 309.38 | 0.41 | 0.54 |
| Hex | B9 | 59 | AA | 0 | 34 | 8 | 1B | 135 | 29 | 36 |
| Octal | 271 | 131 | 252 | 0 | 64 | 10 | 33 | 465 | 51 | 66 |
| Binary | 10111001 | 1011001 | 10101010 | 0 | 110100 | 1000 | 11011 | 100110101 | 101001 | 110110 |
Color Harmonies of #B959AA
Complementary color
Monochromatic Colors of #B959AA
Black with #B959AA
Text Example
Text Example
White with #B959AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B959AA; }
p { color: rgb(185,89,170); }
H1.HeaderClassName
{
color: #B959AA;
}
.AnyTagClassName
{
color: #B959AA;
}
</style>
background-color css
<style>
a { background-color: #B959AA; }
a { background-color: rgb(185,89,170); }
div.DivClassName
{
background-color: #B959AA;
}
.BgClassName
{
background-color: #B959AA;
}
</style>
border-color css
<style>
span { border-color: #B959AA; }
span { border-color: rgb(185,89,170); }
td.TdClassName
{
border-color: #B959AA;
}
.TagClassName
{
border-color: #B959AA;
}
</style>