Shades of Fuchsia #BF55AA
Tints of Fuchsia #BF55AA
RGB
CMYK
RGB Variations
Color information
#BF55AA (or 0xBF55AA) is known color: Fuchsia. HEX triplet: BF, 55 and AA. RGB value is (191,85,170). Sum of RGB (Red+Green+Blue) = 191+85+170=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF55AA is #40AA55. Grayscale: #7E7E7E. Windows color (decimal): -4237910 or 11163071. OLE color: 11163071.
HSL color Cylindrical-coordinate representation of color #BF55AA: hue angle of 311.89º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF55AA is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 170 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.25 |
| HSL | 311.89º | 0.45% | 0.54% | - |
| HSV(B) | 311.89º | 0.55% | 0.75% | - |
| XYZ | 31.99 | 20.48 | 40.3 | - |
| YUV | 126.38 | 152.62 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 170 | 0 | 0.55 | 0.11 | 0.25 | 311.89 | 0.45 | 0.54 |
| Hex | BF | 55 | AA | 0 | 37 | B | 19 | 138 | 2D | 36 |
| Octal | 277 | 125 | 252 | 0 | 67 | 13 | 31 | 470 | 55 | 66 |
| Binary | 10111111 | 1010101 | 10101010 | 0 | 110111 | 1011 | 11001 | 100111000 | 101101 | 110110 |
Color Harmonies of #BF55AA
Complementary color
Monochromatic Colors of #BF55AA
Black with #BF55AA
Text Example
Text Example
White with #BF55AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF55AA; }
p { color: rgb(191,85,170); }
H1.HeaderClassName
{
color: #BF55AA;
}
.AnyTagClassName
{
color: #BF55AA;
}
</style>
background-color css
<style>
a { background-color: #BF55AA; }
a { background-color: rgb(191,85,170); }
div.DivClassName
{
background-color: #BF55AA;
}
.BgClassName
{
background-color: #BF55AA;
}
</style>
border-color css
<style>
span { border-color: #BF55AA; }
span { border-color: rgb(191,85,170); }
td.TdClassName
{
border-color: #BF55AA;
}
.TagClassName
{
border-color: #BF55AA;
}
</style>