Shades of Fuchsia #BF40AB
Tints of Fuchsia #BF40AB
RGB
CMYK
RGB Variations
Color information
#BF40AB (or 0xBF40AB) is known color: Fuchsia. HEX triplet: BF, 40 and AB. RGB value is (191,64,171). Sum of RGB (Red+Green+Blue) = 191+64+171=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF40AB is #40BF54. Grayscale: #717171. Windows color (decimal): -4243285 or 11223231. OLE color: 11223231.
HSL color Cylindrical-coordinate representation of color #BF40AB: hue angle of 309.45º 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 #BF40AB is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 171 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.25 |
| HSL | 309.45º | 0.5% | 0.5% | - |
| HSV(B) | 309.45º | 0.66% | 0.75% | - |
| XYZ | 30.67 | 17.68 | 40.32 | - |
| YUV | 114.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 171 | 0 | 0.66 | 0.10 | 0.25 | 309.45 | 0.5 | 0.5 |
| Hex | BF | 40 | AB | 0 | 42 | A | 19 | 135 | 32 | 32 |
| Octal | 277 | 100 | 253 | 0 | 102 | 12 | 31 | 465 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10101011 | 0 | 1000010 | 1010 | 11001 | 100110101 | 110010 | 110010 |
Color Harmonies of #BF40AB
Complementary color
Monochromatic Colors of #BF40AB
Black with #BF40AB
Text Example
Text Example
White with #BF40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40AB; }
p { color: rgb(191,64,171); }
H1.HeaderClassName
{
color: #BF40AB;
}
.AnyTagClassName
{
color: #BF40AB;
}
</style>
background-color css
<style>
a { background-color: #BF40AB; }
a { background-color: rgb(191,64,171); }
div.DivClassName
{
background-color: #BF40AB;
}
.BgClassName
{
background-color: #BF40AB;
}
</style>
border-color css
<style>
span { border-color: #BF40AB; }
span { border-color: rgb(191,64,171); }
td.TdClassName
{
border-color: #BF40AB;
}
.TagClassName
{
border-color: #BF40AB;
}
</style>