Shades of Fuchsia #BF57AA
Tints of Fuchsia #BF57AA
RGB
CMYK
RGB Variations
Color information
#BF57AA (or 0xBF57AA) is known color: Fuchsia. HEX triplet: BF, 57 and AA. RGB value is (191,87,170). Sum of RGB (Red+Green+Blue) = 191+87+170=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF57AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF57AA is #40A855. Grayscale: #7F7F7F. Windows color (decimal): -4237398 or 11163583. OLE color: 11163583.
HSL color Cylindrical-coordinate representation of color #BF57AA: hue angle of 312.12º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF57AA is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 87 | 170 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.25 |
| HSL | 312.12º | 0.45% | 0.55% | - |
| HSV(B) | 312.12º | 0.54% | 0.75% | - |
| XYZ | 32.15 | 20.8 | 40.35 | - |
| YUV | 127.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 170 | 0 | 0.54 | 0.11 | 0.25 | 312.12 | 0.45 | 0.55 |
| Hex | BF | 57 | AA | 0 | 36 | B | 19 | 138 | 2D | 37 |
| Octal | 277 | 127 | 252 | 0 | 66 | 13 | 31 | 470 | 55 | 67 |
| Binary | 10111111 | 1010111 | 10101010 | 0 | 110110 | 1011 | 11001 | 100111000 | 101101 | 110111 |
Color Harmonies of #BF57AA
Complementary color
Monochromatic Colors of #BF57AA
Black with #BF57AA
Text Example
Text Example
White with #BF57AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF57AA; }
p { color: rgb(191,87,170); }
H1.HeaderClassName
{
color: #BF57AA;
}
.AnyTagClassName
{
color: #BF57AA;
}
</style>
background-color css
<style>
a { background-color: #BF57AA; }
a { background-color: rgb(191,87,170); }
div.DivClassName
{
background-color: #BF57AA;
}
.BgClassName
{
background-color: #BF57AA;
}
</style>
border-color css
<style>
span { border-color: #BF57AA; }
span { border-color: rgb(191,87,170); }
td.TdClassName
{
border-color: #BF57AA;
}
.TagClassName
{
border-color: #BF57AA;
}
</style>