Shades of Fuchsia #BF47C2
Tints of Fuchsia #BF47C2
RGB
CMYK
RGB Variations
Color information
#BF47C2 (or 0xBF47C2) is known color: Fuchsia. HEX triplet: BF, 47 and C2. RGB value is (191,71,194). Sum of RGB (Red+Green+Blue) = 191+71+194=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF47C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47C2 is #40B83D. Grayscale: #787878. Windows color (decimal): -4241470 or 12732351. OLE color: 12732351.
HSL color Cylindrical-coordinate representation of color #BF47C2: hue angle of 298.54º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF47C2 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 71 | 194 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.24 |
| HSL | 298.54º | 0.5% | 0.52% | - |
| HSV(B) | 298.54º | 0.63% | 0.76% | - |
| XYZ | 33.48 | 19.48 | 53.03 | - |
| YUV | 120.9 | 169.26 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 194 | 0.02 | 0.63 | 0 | 0.24 | 298.54 | 0.5 | 0.52 |
| Hex | BF | 47 | C2 | 2 | 3F | 0 | 18 | 12B | 32 | 34 |
| Octal | 277 | 107 | 302 | 2 | 77 | 0 | 30 | 453 | 62 | 64 |
| Binary | 10111111 | 1000111 | 11000010 | 10 | 111111 | 0 | 11000 | 100101011 | 110010 | 110100 |
Color Harmonies of #BF47C2
Complementary color
Monochromatic Colors of #BF47C2
Black with #BF47C2
Text Example
Text Example
White with #BF47C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF47C2; }
p { color: rgb(191,71,194); }
H1.HeaderClassName
{
color: #BF47C2;
}
.AnyTagClassName
{
color: #BF47C2;
}
</style>
background-color css
<style>
a { background-color: #BF47C2; }
a { background-color: rgb(191,71,194); }
div.DivClassName
{
background-color: #BF47C2;
}
.BgClassName
{
background-color: #BF47C2;
}
</style>
border-color css
<style>
span { border-color: #BF47C2; }
span { border-color: rgb(191,71,194); }
td.TdClassName
{
border-color: #BF47C2;
}
.TagClassName
{
border-color: #BF47C2;
}
</style>