Shades of Fuchsia #BF47C3
Tints of Fuchsia #BF47C3
RGB
CMYK
RGB Variations
Color information
#BF47C3 (or 0xBF47C3) is known color: Fuchsia. HEX triplet: BF, 47 and C3. RGB value is (191,71,195). Sum of RGB (Red+Green+Blue) = 191+71+195=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF47C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47C3 is #40B83C. Grayscale: #787878. Windows color (decimal): -4241469 or 12797887. OLE color: 12797887.
HSL color Cylindrical-coordinate representation of color #BF47C3: hue angle of 298.06º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF47C3 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 71 | 195 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.24 |
| HSL | 298.06º | 0.51% | 0.52% | - |
| HSV(B) | 298.06º | 0.64% | 0.76% | - |
| XYZ | 33.59 | 19.52 | 53.63 | - |
| YUV | 121.02 | 169.76 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 195 | 0.02 | 0.64 | 0 | 0.24 | 298.06 | 0.51 | 0.52 |
| Hex | BF | 47 | C3 | 2 | 40 | 0 | 18 | 12A | 33 | 34 |
| Octal | 277 | 107 | 303 | 2 | 100 | 0 | 30 | 452 | 63 | 64 |
| Binary | 10111111 | 1000111 | 11000011 | 10 | 1000000 | 0 | 11000 | 100101010 | 110011 | 110100 |
Color Harmonies of #BF47C3
Complementary color
Monochromatic Colors of #BF47C3
Black with #BF47C3
Text Example
Text Example
White with #BF47C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF47C3; }
p { color: rgb(191,71,195); }
H1.HeaderClassName
{
color: #BF47C3;
}
.AnyTagClassName
{
color: #BF47C3;
}
</style>
background-color css
<style>
a { background-color: #BF47C3; }
a { background-color: rgb(191,71,195); }
div.DivClassName
{
background-color: #BF47C3;
}
.BgClassName
{
background-color: #BF47C3;
}
</style>
border-color css
<style>
span { border-color: #BF47C3; }
span { border-color: rgb(191,71,195); }
td.TdClassName
{
border-color: #BF47C3;
}
.TagClassName
{
border-color: #BF47C3;
}
</style>