Shades of Fuchsia #BF41AA
Tints of Fuchsia #BF41AA
RGB
CMYK
RGB Variations
Color information
#BF41AA (or 0xBF41AA) is known color: Fuchsia. HEX triplet: BF, 41 and AA. RGB value is (191,65,170). Sum of RGB (Red+Green+Blue) = 191+65+170=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF41AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF41AA is #40BE55. Grayscale: #727272. Windows color (decimal): -4243030 or 11157951. OLE color: 11157951.
HSL color Cylindrical-coordinate representation of color #BF41AA: hue angle of 310º 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 #BF41AA is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 170 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.25 |
| HSL | 310º | 0.5% | 0.5% | - |
| HSV(B) | 310º | 0.66% | 0.75% | - |
| XYZ | 30.63 | 17.76 | 39.84 | - |
| YUV | 114.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 170 | 0 | 0.66 | 0.11 | 0.25 | 310 | 0.5 | 0.5 |
| Hex | BF | 41 | AA | 0 | 42 | B | 19 | 136 | 32 | 32 |
| Octal | 277 | 101 | 252 | 0 | 102 | 13 | 31 | 466 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10101010 | 0 | 1000010 | 1011 | 11001 | 100110110 | 110010 | 110010 |
Color Harmonies of #BF41AA
Complementary color
Monochromatic Colors of #BF41AA
Black with #BF41AA
Text Example
Text Example
White with #BF41AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41AA; }
p { color: rgb(191,65,170); }
H1.HeaderClassName
{
color: #BF41AA;
}
.AnyTagClassName
{
color: #BF41AA;
}
</style>
background-color css
<style>
a { background-color: #BF41AA; }
a { background-color: rgb(191,65,170); }
div.DivClassName
{
background-color: #BF41AA;
}
.BgClassName
{
background-color: #BF41AA;
}
</style>
border-color css
<style>
span { border-color: #BF41AA; }
span { border-color: rgb(191,65,170); }
td.TdClassName
{
border-color: #BF41AA;
}
.TagClassName
{
border-color: #BF41AA;
}
</style>