Shades of Fuchsia #B956AA
Tints of Fuchsia #B956AA
RGB
CMYK
RGB Variations
Color information
#B956AA (or 0xB956AA) is known color: Fuchsia. HEX triplet: B9, 56 and AA. RGB value is (185,86,170). Sum of RGB (Red+Green+Blue) = 185+86+170=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B956AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B956AA is #46A955. Grayscale: #7C7C7C. Windows color (decimal): -4630870 or 11163321. OLE color: 11163321.
HSL color Cylindrical-coordinate representation of color #B956AA: hue angle of 309.09º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B956AA is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 86 | 170 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.27 |
| HSL | 309.09º | 0.41% | 0.53% | - |
| HSV(B) | 309.09º | 0.54% | 0.73% | - |
| XYZ | 30.59 | 19.87 | 40.25 | - |
| YUV | 125.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 86 | 170 | 0 | 0.54 | 0.08 | 0.27 | 309.09 | 0.41 | 0.53 |
| Hex | B9 | 56 | AA | 0 | 36 | 8 | 1B | 135 | 29 | 35 |
| Octal | 271 | 126 | 252 | 0 | 66 | 10 | 33 | 465 | 51 | 65 |
| Binary | 10111001 | 1010110 | 10101010 | 0 | 110110 | 1000 | 11011 | 100110101 | 101001 | 110101 |
Color Harmonies of #B956AA
Complementary color
Monochromatic Colors of #B956AA
Black with #B956AA
Text Example
Text Example
White with #B956AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B956AA; }
p { color: rgb(185,86,170); }
H1.HeaderClassName
{
color: #B956AA;
}
.AnyTagClassName
{
color: #B956AA;
}
</style>
background-color css
<style>
a { background-color: #B956AA; }
a { background-color: rgb(185,86,170); }
div.DivClassName
{
background-color: #B956AA;
}
.BgClassName
{
background-color: #B956AA;
}
</style>
border-color css
<style>
span { border-color: #B956AA; }
span { border-color: rgb(185,86,170); }
td.TdClassName
{
border-color: #B956AA;
}
.TagClassName
{
border-color: #B956AA;
}
</style>