Shades of Fuchsia #B951AA
Tints of Fuchsia #B951AA
RGB
CMYK
RGB Variations
Color information
#B951AA (or 0xB951AA) is known color: Fuchsia. HEX triplet: B9, 51 and AA. RGB value is (185,81,170). Sum of RGB (Red+Green+Blue) = 185+81+170=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B951AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B951AA is #46AE55. Grayscale: #797979. Windows color (decimal): -4632150 or 11162041. OLE color: 11162041.
HSL color Cylindrical-coordinate representation of color #B951AA: hue angle of 308.65º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B951AA is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 81 | 170 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.27 |
| HSL | 308.65º | 0.43% | 0.52% | - |
| HSV(B) | 308.65º | 0.56% | 0.73% | - |
| XYZ | 30.21 | 19.1 | 40.13 | - |
| YUV | 122.24 | 154.96 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 170 | 0 | 0.56 | 0.08 | 0.27 | 308.65 | 0.43 | 0.52 |
| Hex | B9 | 51 | AA | 0 | 38 | 8 | 1B | 135 | 2B | 34 |
| Octal | 271 | 121 | 252 | 0 | 70 | 10 | 33 | 465 | 53 | 64 |
| Binary | 10111001 | 1010001 | 10101010 | 0 | 111000 | 1000 | 11011 | 100110101 | 101011 | 110100 |
Color Harmonies of #B951AA
Complementary color
Monochromatic Colors of #B951AA
Black with #B951AA
Text Example
Text Example
White with #B951AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B951AA; }
p { color: rgb(185,81,170); }
H1.HeaderClassName
{
color: #B951AA;
}
.AnyTagClassName
{
color: #B951AA;
}
</style>
background-color css
<style>
a { background-color: #B951AA; }
a { background-color: rgb(185,81,170); }
div.DivClassName
{
background-color: #B951AA;
}
.BgClassName
{
background-color: #B951AA;
}
</style>
border-color css
<style>
span { border-color: #B951AA; }
span { border-color: rgb(185,81,170); }
td.TdClassName
{
border-color: #B951AA;
}
.TagClassName
{
border-color: #B951AA;
}
</style>