Shades of Fuchsia #BF59A8
Tints of Fuchsia #BF59A8
RGB
CMYK
RGB Variations
Color information
#BF59A8 (or 0xBF59A8) is known color: Fuchsia. HEX triplet: BF, 59 and A8. RGB value is (191,89,168). Sum of RGB (Red+Green+Blue) = 191+89+168=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 168 (66.02% from 255 or 37.5% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF59A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF59A8 is #40A657. Grayscale: #808080. Windows color (decimal): -4236888 or 11033023. OLE color: 11033023.
HSL color Cylindrical-coordinate representation of color #BF59A8: hue angle of 313.53º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF59A8 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 89 | 168 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.25 |
| HSL | 313.53º | 0.44% | 0.55% | - |
| HSV(B) | 313.53º | 0.53% | 0.75% | - |
| XYZ | 32.13 | 21.05 | 39.42 | - |
| YUV | 128.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 168 | 0 | 0.53 | 0.12 | 0.25 | 313.53 | 0.44 | 0.55 |
| Hex | BF | 59 | A8 | 0 | 35 | C | 19 | 13A | 2C | 37 |
| Octal | 277 | 131 | 250 | 0 | 65 | 14 | 31 | 472 | 54 | 67 |
| Binary | 10111111 | 1011001 | 10101000 | 0 | 110101 | 1100 | 11001 | 100111010 | 101100 | 110111 |
Color Harmonies of #BF59A8
Complementary color
Monochromatic Colors of #BF59A8
Black with #BF59A8
Text Example
Text Example
White with #BF59A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF59A8; }
p { color: rgb(191,89,168); }
H1.HeaderClassName
{
color: #BF59A8;
}
.AnyTagClassName
{
color: #BF59A8;
}
</style>
background-color css
<style>
a { background-color: #BF59A8; }
a { background-color: rgb(191,89,168); }
div.DivClassName
{
background-color: #BF59A8;
}
.BgClassName
{
background-color: #BF59A8;
}
</style>
border-color css
<style>
span { border-color: #BF59A8; }
span { border-color: rgb(191,89,168); }
td.TdClassName
{
border-color: #BF59A8;
}
.TagClassName
{
border-color: #BF59A8;
}
</style>