Shades of Fuchsia #BF5AAA
Tints of Fuchsia #BF5AAA
RGB
CMYK
RGB Variations
Color information
#BF5AAA (or 0xBF5AAA) is known color: Fuchsia. HEX triplet: BF, 5A and AA. RGB value is (191,90,170). Sum of RGB (Red+Green+Blue) = 191+90+170=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5AAA is #40A555. Grayscale: #818181. Windows color (decimal): -4236630 or 11164351. OLE color: 11164351.
HSL color Cylindrical-coordinate representation of color #BF5AAA: hue angle of 312.48º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF5AAA is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 170 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.25 |
| HSL | 312.48º | 0.44% | 0.55% | - |
| HSV(B) | 312.48º | 0.53% | 0.75% | - |
| XYZ | 32.4 | 21.29 | 40.43 | - |
| YUV | 129.32 | 150.96 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 170 | 0 | 0.53 | 0.11 | 0.25 | 312.48 | 0.44 | 0.55 |
| Hex | BF | 5A | AA | 0 | 35 | B | 19 | 138 | 2C | 37 |
| Octal | 277 | 132 | 252 | 0 | 65 | 13 | 31 | 470 | 54 | 67 |
| Binary | 10111111 | 1011010 | 10101010 | 0 | 110101 | 1011 | 11001 | 100111000 | 101100 | 110111 |
Color Harmonies of #BF5AAA
Complementary color
Monochromatic Colors of #BF5AAA
Black with #BF5AAA
Text Example
Text Example
White with #BF5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5AAA; }
p { color: rgb(191,90,170); }
H1.HeaderClassName
{
color: #BF5AAA;
}
.AnyTagClassName
{
color: #BF5AAA;
}
</style>
background-color css
<style>
a { background-color: #BF5AAA; }
a { background-color: rgb(191,90,170); }
div.DivClassName
{
background-color: #BF5AAA;
}
.BgClassName
{
background-color: #BF5AAA;
}
</style>
border-color css
<style>
span { border-color: #BF5AAA; }
span { border-color: rgb(191,90,170); }
td.TdClassName
{
border-color: #BF5AAA;
}
.TagClassName
{
border-color: #BF5AAA;
}
</style>