Shades of Fuchsia #BF5DAC
Tints of Fuchsia #BF5DAC
RGB
CMYK
RGB Variations
Color information
#BF5DAC (or 0xBF5DAC) is known color: Fuchsia. HEX triplet: BF, 5D and AC. RGB value is (191,93,172). Sum of RGB (Red+Green+Blue) = 191+93+172=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5DAC is #40A253. Grayscale: #838383. Windows color (decimal): -4235860 or 11296191. OLE color: 11296191.
HSL color Cylindrical-coordinate representation of color #BF5DAC: hue angle of 311.63º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5DAC is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 172 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.25 |
| HSL | 311.63º | 0.43% | 0.56% | - |
| HSV(B) | 311.63º | 0.51% | 0.75% | - |
| XYZ | 32.85 | 21.88 | 41.52 | - |
| YUV | 131.31 | 150.97 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 172 | 0 | 0.51 | 0.10 | 0.25 | 311.63 | 0.43 | 0.56 |
| Hex | BF | 5D | AC | 0 | 33 | A | 19 | 138 | 2B | 38 |
| Octal | 277 | 135 | 254 | 0 | 63 | 12 | 31 | 470 | 53 | 70 |
| Binary | 10111111 | 1011101 | 10101100 | 0 | 110011 | 1010 | 11001 | 100111000 | 101011 | 111000 |
Color Harmonies of #BF5DAC
Complementary color
Monochromatic Colors of #BF5DAC
Black with #BF5DAC
Text Example
Text Example
White with #BF5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5DAC; }
p { color: rgb(191,93,172); }
H1.HeaderClassName
{
color: #BF5DAC;
}
.AnyTagClassName
{
color: #BF5DAC;
}
</style>
background-color css
<style>
a { background-color: #BF5DAC; }
a { background-color: rgb(191,93,172); }
div.DivClassName
{
background-color: #BF5DAC;
}
.BgClassName
{
background-color: #BF5DAC;
}
</style>
border-color css
<style>
span { border-color: #BF5DAC; }
span { border-color: rgb(191,93,172); }
td.TdClassName
{
border-color: #BF5DAC;
}
.TagClassName
{
border-color: #BF5DAC;
}
</style>