Shades of Fuchsia #BF59C0
Tints of Fuchsia #BF59C0
RGB
CMYK
RGB Variations
Color information
#BF59C0 (or 0xBF59C0) is known color: Fuchsia. HEX triplet: BF, 59 and C0. RGB value is (191,89,192). Sum of RGB (Red+Green+Blue) = 191+89+192=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF59C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF59C0 is #40A63F. Grayscale: #828282. Windows color (decimal): -4236864 or 12605887. OLE color: 12605887.
HSL color Cylindrical-coordinate representation of color #BF59C0: hue angle of 299.42º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF59C0 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 89 | 192 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.25 |
| HSL | 299.42º | 0.45% | 0.55% | - |
| HSV(B) | 299.42º | 0.54% | 0.75% | - |
| XYZ | 34.57 | 22.03 | 52.3 | - |
| YUV | 131.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 192 | 0.01 | 0.54 | 0 | 0.25 | 299.42 | 0.45 | 0.55 |
| Hex | BF | 59 | C0 | 1 | 36 | 0 | 19 | 12B | 2D | 37 |
| Octal | 277 | 131 | 300 | 1 | 66 | 0 | 31 | 453 | 55 | 67 |
| Binary | 10111111 | 1011001 | 11000000 | 1 | 110110 | 0 | 11001 | 100101011 | 101101 | 110111 |
Color Harmonies of #BF59C0
Complementary color
Monochromatic Colors of #BF59C0
Black with #BF59C0
Text Example
Text Example
White with #BF59C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF59C0; }
p { color: rgb(191,89,192); }
H1.HeaderClassName
{
color: #BF59C0;
}
.AnyTagClassName
{
color: #BF59C0;
}
</style>
background-color css
<style>
a { background-color: #BF59C0; }
a { background-color: rgb(191,89,192); }
div.DivClassName
{
background-color: #BF59C0;
}
.BgClassName
{
background-color: #BF59C0;
}
</style>
border-color css
<style>
span { border-color: #BF59C0; }
span { border-color: rgb(191,89,192); }
td.TdClassName
{
border-color: #BF59C0;
}
.TagClassName
{
border-color: #BF59C0;
}
</style>