Shades of Fuchsia #B957AA
Tints of Fuchsia #B957AA
RGB
CMYK
RGB Variations
Color information
#B957AA (or 0xB957AA) is known color: Fuchsia. HEX triplet: B9, 57 and AA. RGB value is (185,87,170). Sum of RGB (Red+Green+Blue) = 185+87+170=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B957AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B957AA is #46A855. Grayscale: #7D7D7D. Windows color (decimal): -4630614 or 11163577. OLE color: 11163577.
HSL color Cylindrical-coordinate representation of color #B957AA: hue angle of 309.18º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B957AA is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 87 | 170 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.27 |
| HSL | 309.18º | 0.41% | 0.53% | - |
| HSV(B) | 309.18º | 0.53% | 0.73% | - |
| XYZ | 30.67 | 20.03 | 40.28 | - |
| YUV | 125.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 170 | 0 | 0.53 | 0.08 | 0.27 | 309.18 | 0.41 | 0.53 |
| Hex | B9 | 57 | AA | 0 | 35 | 8 | 1B | 135 | 29 | 35 |
| Octal | 271 | 127 | 252 | 0 | 65 | 10 | 33 | 465 | 51 | 65 |
| Binary | 10111001 | 1010111 | 10101010 | 0 | 110101 | 1000 | 11011 | 100110101 | 101001 | 110101 |
Color Harmonies of #B957AA
Complementary color
Monochromatic Colors of #B957AA
Black with #B957AA
Text Example
Text Example
White with #B957AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B957AA; }
p { color: rgb(185,87,170); }
H1.HeaderClassName
{
color: #B957AA;
}
.AnyTagClassName
{
color: #B957AA;
}
</style>
background-color css
<style>
a { background-color: #B957AA; }
a { background-color: rgb(185,87,170); }
div.DivClassName
{
background-color: #B957AA;
}
.BgClassName
{
background-color: #B957AA;
}
</style>
border-color css
<style>
span { border-color: #B957AA; }
span { border-color: rgb(185,87,170); }
td.TdClassName
{
border-color: #B957AA;
}
.TagClassName
{
border-color: #B957AA;
}
</style>