Shades of Fuchsia #BF59C5
Tints of Fuchsia #BF59C5
RGB
CMYK
RGB Variations
Color information
#BF59C5 (or 0xBF59C5) is known color: Fuchsia. HEX triplet: BF, 59 and C5. RGB value is (191,89,197). Sum of RGB (Red+Green+Blue) = 191+89+197=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF59C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF59C5 is #40A63A. Grayscale: #838383. Windows color (decimal): -4236859 or 12933567. OLE color: 12933567.
HSL color Cylindrical-coordinate representation of color #BF59C5: hue angle of 296.67º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF59C5 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 89 | 197 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.23 |
| HSL | 296.67º | 0.48% | 0.56% | - |
| HSV(B) | 296.67º | 0.55% | 0.77% | - |
| XYZ | 35.14 | 22.25 | 55.27 | - |
| YUV | 131.81 | 164.79 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 197 | 0.03 | 0.55 | 0 | 0.23 | 296.67 | 0.48 | 0.56 |
| Hex | BF | 59 | C5 | 3 | 37 | 0 | 17 | 129 | 30 | 38 |
| Octal | 277 | 131 | 305 | 3 | 67 | 0 | 27 | 451 | 60 | 70 |
| Binary | 10111111 | 1011001 | 11000101 | 11 | 110111 | 0 | 10111 | 100101001 | 110000 | 111000 |
Color Harmonies of #BF59C5
Complementary color
Monochromatic Colors of #BF59C5
Black with #BF59C5
Text Example
Text Example
White with #BF59C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF59C5; }
p { color: rgb(191,89,197); }
H1.HeaderClassName
{
color: #BF59C5;
}
.AnyTagClassName
{
color: #BF59C5;
}
</style>
background-color css
<style>
a { background-color: #BF59C5; }
a { background-color: rgb(191,89,197); }
div.DivClassName
{
background-color: #BF59C5;
}
.BgClassName
{
background-color: #BF59C5;
}
</style>
border-color css
<style>
span { border-color: #BF59C5; }
span { border-color: rgb(191,89,197); }
td.TdClassName
{
border-color: #BF59C5;
}
.TagClassName
{
border-color: #BF59C5;
}
</style>