Shades of Fuchsia #BF4DAC
Tints of Fuchsia #BF4DAC
RGB
CMYK
RGB Variations
Color information
#BF4DAC (or 0xBF4DAC) is known color: Fuchsia. HEX triplet: BF, 4D and AC. RGB value is (191,77,172). Sum of RGB (Red+Green+Blue) = 191+77+172=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4DAC is #40B253. Grayscale: #797979. Windows color (decimal): -4239956 or 11292095. OLE color: 11292095.
HSL color Cylindrical-coordinate representation of color #BF4DAC: hue angle of 310º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4DAC is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 172 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.25 |
| HSL | 310º | 0.47% | 0.53% | - |
| HSV(B) | 310º | 0.6% | 0.75% | - |
| XYZ | 31.59 | 19.36 | 41.1 | - |
| YUV | 121.92 | 156.27 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 172 | 0 | 0.60 | 0.10 | 0.25 | 310 | 0.47 | 0.53 |
| Hex | BF | 4D | AC | 0 | 3C | A | 19 | 136 | 2F | 35 |
| Octal | 277 | 115 | 254 | 0 | 74 | 12 | 31 | 466 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10101100 | 0 | 111100 | 1010 | 11001 | 100110110 | 101111 | 110101 |
Color Harmonies of #BF4DAC
Complementary color
Monochromatic Colors of #BF4DAC
Black with #BF4DAC
Text Example
Text Example
White with #BF4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DAC; }
p { color: rgb(191,77,172); }
H1.HeaderClassName
{
color: #BF4DAC;
}
.AnyTagClassName
{
color: #BF4DAC;
}
</style>
background-color css
<style>
a { background-color: #BF4DAC; }
a { background-color: rgb(191,77,172); }
div.DivClassName
{
background-color: #BF4DAC;
}
.BgClassName
{
background-color: #BF4DAC;
}
</style>
border-color css
<style>
span { border-color: #BF4DAC; }
span { border-color: rgb(191,77,172); }
td.TdClassName
{
border-color: #BF4DAC;
}
.TagClassName
{
border-color: #BF4DAC;
}
</style>