Shades of Fuchsia #BF55AD
Tints of Fuchsia #BF55AD
RGB
CMYK
RGB Variations
Color information
#BF55AD (or 0xBF55AD) is known color: Fuchsia. HEX triplet: BF, 55 and AD. RGB value is (191,85,173). Sum of RGB (Red+Green+Blue) = 191+85+173=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF55AD is #40AA52. Grayscale: #7E7E7E. Windows color (decimal): -4237907 or 11359679. OLE color: 11359679.
HSL color Cylindrical-coordinate representation of color #BF55AD: hue angle of 310.19º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF55AD is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 173 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.25 |
| HSL | 310.19º | 0.45% | 0.54% | - |
| HSV(B) | 310.19º | 0.55% | 0.75% | - |
| XYZ | 32.28 | 20.59 | 41.81 | - |
| YUV | 126.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 173 | 0 | 0.55 | 0.09 | 0.25 | 310.19 | 0.45 | 0.54 |
| Hex | BF | 55 | AD | 0 | 37 | 9 | 19 | 136 | 2D | 36 |
| Octal | 277 | 125 | 255 | 0 | 67 | 11 | 31 | 466 | 55 | 66 |
| Binary | 10111111 | 1010101 | 10101101 | 0 | 110111 | 1001 | 11001 | 100110110 | 101101 | 110110 |
Color Harmonies of #BF55AD
Complementary color
Monochromatic Colors of #BF55AD
Black with #BF55AD
Text Example
Text Example
White with #BF55AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF55AD; }
p { color: rgb(191,85,173); }
H1.HeaderClassName
{
color: #BF55AD;
}
.AnyTagClassName
{
color: #BF55AD;
}
</style>
background-color css
<style>
a { background-color: #BF55AD; }
a { background-color: rgb(191,85,173); }
div.DivClassName
{
background-color: #BF55AD;
}
.BgClassName
{
background-color: #BF55AD;
}
</style>
border-color css
<style>
span { border-color: #BF55AD; }
span { border-color: rgb(191,85,173); }
td.TdClassName
{
border-color: #BF55AD;
}
.TagClassName
{
border-color: #BF55AD;
}
</style>