Shades of Fuchsia #BF47C5
Tints of Fuchsia #BF47C5
RGB
CMYK
RGB Variations
Color information
#BF47C5 (or 0xBF47C5) is known color: Fuchsia. HEX triplet: BF, 47 and C5. RGB value is (191,71,197). Sum of RGB (Red+Green+Blue) = 191+71+197=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF47C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47C5 is #40B83A. Grayscale: #787878. Windows color (decimal): -4241467 or 12928959. OLE color: 12928959.
HSL color Cylindrical-coordinate representation of color #BF47C5: hue angle of 297.14º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF47C5 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 71 | 197 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.23 |
| HSL | 297.14º | 0.52% | 0.53% | - |
| HSV(B) | 297.14º | 0.64% | 0.77% | - |
| XYZ | 33.82 | 19.61 | 54.83 | - |
| YUV | 121.24 | 170.76 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 197 | 0.03 | 0.64 | 0 | 0.23 | 297.14 | 0.52 | 0.53 |
| Hex | BF | 47 | C5 | 3 | 40 | 0 | 17 | 129 | 34 | 35 |
| Octal | 277 | 107 | 305 | 3 | 100 | 0 | 27 | 451 | 64 | 65 |
| Binary | 10111111 | 1000111 | 11000101 | 11 | 1000000 | 0 | 10111 | 100101001 | 110100 | 110101 |
Color Harmonies of #BF47C5
Complementary color
Monochromatic Colors of #BF47C5
Black with #BF47C5
Text Example
Text Example
White with #BF47C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF47C5; }
p { color: rgb(191,71,197); }
H1.HeaderClassName
{
color: #BF47C5;
}
.AnyTagClassName
{
color: #BF47C5;
}
</style>
background-color css
<style>
a { background-color: #BF47C5; }
a { background-color: rgb(191,71,197); }
div.DivClassName
{
background-color: #BF47C5;
}
.BgClassName
{
background-color: #BF47C5;
}
</style>
border-color css
<style>
span { border-color: #BF47C5; }
span { border-color: rgb(191,71,197); }
td.TdClassName
{
border-color: #BF47C5;
}
.TagClassName
{
border-color: #BF47C5;
}
</style>