Shades of Fuchsia #BF59C4
Tints of Fuchsia #BF59C4
RGB
CMYK
RGB Variations
Color information
#BF59C4 (or 0xBF59C4) is known color: Fuchsia. HEX triplet: BF, 59 and C4. RGB value is (191,89,196). Sum of RGB (Red+Green+Blue) = 191+89+196=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF59C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF59C4 is #40A63B. Grayscale: #838383. Windows color (decimal): -4236860 or 12868031. OLE color: 12868031.
HSL color Cylindrical-coordinate representation of color #BF59C4: hue angle of 297.2º 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 #BF59C4 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 89 | 196 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.23 |
| HSL | 297.2º | 0.48% | 0.56% | - |
| HSV(B) | 297.2º | 0.55% | 0.77% | - |
| XYZ | 35.02 | 22.21 | 54.67 | - |
| YUV | 131.7 | 164.29 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 196 | 0.03 | 0.55 | 0 | 0.23 | 297.2 | 0.48 | 0.56 |
| Hex | BF | 59 | C4 | 3 | 37 | 0 | 17 | 129 | 30 | 38 |
| Octal | 277 | 131 | 304 | 3 | 67 | 0 | 27 | 451 | 60 | 70 |
| Binary | 10111111 | 1011001 | 11000100 | 11 | 110111 | 0 | 10111 | 100101001 | 110000 | 111000 |
Color Harmonies of #BF59C4
Complementary color
Monochromatic Colors of #BF59C4
Black with #BF59C4
Text Example
Text Example
White with #BF59C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF59C4; }
p { color: rgb(191,89,196); }
H1.HeaderClassName
{
color: #BF59C4;
}
.AnyTagClassName
{
color: #BF59C4;
}
</style>
background-color css
<style>
a { background-color: #BF59C4; }
a { background-color: rgb(191,89,196); }
div.DivClassName
{
background-color: #BF59C4;
}
.BgClassName
{
background-color: #BF59C4;
}
</style>
border-color css
<style>
span { border-color: #BF59C4; }
span { border-color: rgb(191,89,196); }
td.TdClassName
{
border-color: #BF59C4;
}
.TagClassName
{
border-color: #BF59C4;
}
</style>