Shades of Fuchsia #BF59B1
Tints of Fuchsia #BF59B1
RGB
CMYK
RGB Variations
Color information
#BF59B1 (or 0xBF59B1) is known color: Fuchsia. HEX triplet: BF, 59 and B1. RGB value is (191,89,177). Sum of RGB (Red+Green+Blue) = 191+89+177=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF59B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF59B1 is #40A64E. Grayscale: #818181. Windows color (decimal): -4236879 or 11622847. OLE color: 11622847.
HSL color Cylindrical-coordinate representation of color #BF59B1: hue angle of 308.24º 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 #BF59B1 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 89 | 177 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.25 |
| HSL | 308.24º | 0.44% | 0.55% | - |
| HSV(B) | 308.24º | 0.53% | 0.75% | - |
| XYZ | 32.99 | 21.4 | 43.99 | - |
| YUV | 129.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 177 | 0 | 0.53 | 0.07 | 0.25 | 308.24 | 0.44 | 0.55 |
| Hex | BF | 59 | B1 | 0 | 35 | 7 | 19 | 134 | 2C | 37 |
| Octal | 277 | 131 | 261 | 0 | 65 | 7 | 31 | 464 | 54 | 67 |
| Binary | 10111111 | 1011001 | 10110001 | 0 | 110101 | 111 | 11001 | 100110100 | 101100 | 110111 |
Color Harmonies of #BF59B1
Complementary color
Monochromatic Colors of #BF59B1
Black with #BF59B1
Text Example
Text Example
White with #BF59B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF59B1; }
p { color: rgb(191,89,177); }
H1.HeaderClassName
{
color: #BF59B1;
}
.AnyTagClassName
{
color: #BF59B1;
}
</style>
background-color css
<style>
a { background-color: #BF59B1; }
a { background-color: rgb(191,89,177); }
div.DivClassName
{
background-color: #BF59B1;
}
.BgClassName
{
background-color: #BF59B1;
}
</style>
border-color css
<style>
span { border-color: #BF59B1; }
span { border-color: rgb(191,89,177); }
td.TdClassName
{
border-color: #BF59B1;
}
.TagClassName
{
border-color: #BF59B1;
}
</style>