Shades of Fuchsia #BF47B1
Tints of Fuchsia #BF47B1
RGB
CMYK
RGB Variations
Color information
#BF47B1 (or 0xBF47B1) is known color: Fuchsia. HEX triplet: BF, 47 and B1. RGB value is (191,71,177). Sum of RGB (Red+Green+Blue) = 191+71+177=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF47B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF47B1 is #40B84E. Grayscale: #767676. Windows color (decimal): -4241487 or 11618239. OLE color: 11618239.
HSL color Cylindrical-coordinate representation of color #BF47B1: hue angle of 307º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF47B1 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 177 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.25 |
| HSL | 307º | 0.48% | 0.51% | - |
| HSV(B) | 307º | 0.63% | 0.75% | - |
| XYZ | 31.67 | 18.76 | 43.55 | - |
| YUV | 118.96 | 160.76 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 177 | 0 | 0.63 | 0.07 | 0.25 | 307 | 0.48 | 0.51 |
| Hex | BF | 47 | B1 | 0 | 3F | 7 | 19 | 133 | 30 | 33 |
| Octal | 277 | 107 | 261 | 0 | 77 | 7 | 31 | 463 | 60 | 63 |
| Binary | 10111111 | 1000111 | 10110001 | 0 | 111111 | 111 | 11001 | 100110011 | 110000 | 110011 |
Color Harmonies of #BF47B1
Complementary color
Monochromatic Colors of #BF47B1
Black with #BF47B1
Text Example
Text Example
White with #BF47B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF47B1; }
p { color: rgb(191,71,177); }
H1.HeaderClassName
{
color: #BF47B1;
}
.AnyTagClassName
{
color: #BF47B1;
}
</style>
background-color css
<style>
a { background-color: #BF47B1; }
a { background-color: rgb(191,71,177); }
div.DivClassName
{
background-color: #BF47B1;
}
.BgClassName
{
background-color: #BF47B1;
}
</style>
border-color css
<style>
span { border-color: #BF47B1; }
span { border-color: rgb(191,71,177); }
td.TdClassName
{
border-color: #BF47B1;
}
.TagClassName
{
border-color: #BF47B1;
}
</style>