Shades of Fuchsia #BF40AA
Tints of Fuchsia #BF40AA
RGB
CMYK
RGB Variations
Color information
#BF40AA (or 0xBF40AA) is known color: Fuchsia. HEX triplet: BF, 40 and AA. RGB value is (191,64,170). Sum of RGB (Red+Green+Blue) = 191+64+170=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF40AA is #40BF55. Grayscale: #717171. Windows color (decimal): -4243286 or 11157695. OLE color: 11157695.
HSL color Cylindrical-coordinate representation of color #BF40AA: hue angle of 309.92º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF40AA is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 170 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.25 |
| HSL | 309.92º | 0.5% | 0.5% | - |
| HSV(B) | 309.92º | 0.66% | 0.75% | - |
| XYZ | 30.57 | 17.65 | 39.82 | - |
| YUV | 114.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 170 | 0 | 0.66 | 0.11 | 0.25 | 309.92 | 0.5 | 0.5 |
| Hex | BF | 40 | AA | 0 | 42 | B | 19 | 136 | 32 | 32 |
| Octal | 277 | 100 | 252 | 0 | 102 | 13 | 31 | 466 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10101010 | 0 | 1000010 | 1011 | 11001 | 100110110 | 110010 | 110010 |
Color Harmonies of #BF40AA
Complementary color
Monochromatic Colors of #BF40AA
Black with #BF40AA
Text Example
Text Example
White with #BF40AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40AA; }
p { color: rgb(191,64,170); }
H1.HeaderClassName
{
color: #BF40AA;
}
.AnyTagClassName
{
color: #BF40AA;
}
</style>
background-color css
<style>
a { background-color: #BF40AA; }
a { background-color: rgb(191,64,170); }
div.DivClassName
{
background-color: #BF40AA;
}
.BgClassName
{
background-color: #BF40AA;
}
</style>
border-color css
<style>
span { border-color: #BF40AA; }
span { border-color: rgb(191,64,170); }
td.TdClassName
{
border-color: #BF40AA;
}
.TagClassName
{
border-color: #BF40AA;
}
</style>