Shades of Fuchsia #BF59BA
Tints of Fuchsia #BF59BA
RGB
CMYK
RGB Variations
Color information
#BF59BA (or 0xBF59BA) is known color: Fuchsia. HEX triplet: BF, 59 and BA. RGB value is (191,89,186). Sum of RGB (Red+Green+Blue) = 191+89+186=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF59BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF59BA is #40A645. Grayscale: #828282. Windows color (decimal): -4236870 or 12212671. OLE color: 12212671.
HSL color Cylindrical-coordinate representation of color #BF59BA: hue angle of 302.94º 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 #BF59BA is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 89 | 186 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.25 |
| HSL | 302.94º | 0.44% | 0.55% | - |
| HSV(B) | 302.94º | 0.53% | 0.75% | - |
| XYZ | 33.92 | 21.77 | 48.87 | - |
| YUV | 130.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 186 | 0 | 0.53 | 0.03 | 0.25 | 302.94 | 0.44 | 0.55 |
| Hex | BF | 59 | BA | 0 | 35 | 3 | 19 | 12F | 2C | 37 |
| Octal | 277 | 131 | 272 | 0 | 65 | 3 | 31 | 457 | 54 | 67 |
| Binary | 10111111 | 1011001 | 10111010 | 0 | 110101 | 11 | 11001 | 100101111 | 101100 | 110111 |
Color Harmonies of #BF59BA
Complementary color
Monochromatic Colors of #BF59BA
Black with #BF59BA
Text Example
Text Example
White with #BF59BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF59BA; }
p { color: rgb(191,89,186); }
H1.HeaderClassName
{
color: #BF59BA;
}
.AnyTagClassName
{
color: #BF59BA;
}
</style>
background-color css
<style>
a { background-color: #BF59BA; }
a { background-color: rgb(191,89,186); }
div.DivClassName
{
background-color: #BF59BA;
}
.BgClassName
{
background-color: #BF59BA;
}
</style>
border-color css
<style>
span { border-color: #BF59BA; }
span { border-color: rgb(191,89,186); }
td.TdClassName
{
border-color: #BF59BA;
}
.TagClassName
{
border-color: #BF59BA;
}
</style>