Shades of Fuchsia #BF40AC
Tints of Fuchsia #BF40AC
RGB
CMYK
RGB Variations
Color information
#BF40AC (or 0xBF40AC) is known color: Fuchsia. HEX triplet: BF, 40 and AC. RGB value is (191,64,172). Sum of RGB (Red+Green+Blue) = 191+64+172=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF40AC is #40BF53. Grayscale: #717171. Windows color (decimal): -4243284 or 11288767. OLE color: 11288767.
HSL color Cylindrical-coordinate representation of color #BF40AC: hue angle of 308.98º 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 #BF40AC is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 172 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.25 |
| HSL | 308.98º | 0.5% | 0.5% | - |
| HSV(B) | 308.98º | 0.66% | 0.75% | - |
| XYZ | 30.77 | 17.72 | 40.83 | - |
| YUV | 114.29 | 160.58 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 172 | 0 | 0.66 | 0.10 | 0.25 | 308.98 | 0.5 | 0.5 |
| Hex | BF | 40 | AC | 0 | 42 | A | 19 | 135 | 32 | 32 |
| Octal | 277 | 100 | 254 | 0 | 102 | 12 | 31 | 465 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10101100 | 0 | 1000010 | 1010 | 11001 | 100110101 | 110010 | 110010 |
Color Harmonies of #BF40AC
Complementary color
Monochromatic Colors of #BF40AC
Black with #BF40AC
Text Example
Text Example
White with #BF40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40AC; }
p { color: rgb(191,64,172); }
H1.HeaderClassName
{
color: #BF40AC;
}
.AnyTagClassName
{
color: #BF40AC;
}
</style>
background-color css
<style>
a { background-color: #BF40AC; }
a { background-color: rgb(191,64,172); }
div.DivClassName
{
background-color: #BF40AC;
}
.BgClassName
{
background-color: #BF40AC;
}
</style>
border-color css
<style>
span { border-color: #BF40AC; }
span { border-color: rgb(191,64,172); }
td.TdClassName
{
border-color: #BF40AC;
}
.TagClassName
{
border-color: #BF40AC;
}
</style>