Shades of Fuchsia #BF49C8
Tints of Fuchsia #BF49C8
RGB
CMYK
RGB Variations
Color information
#BF49C8 (or 0xBF49C8) is known color: Fuchsia. HEX triplet: BF, 49 and C8. RGB value is (191,73,200). Sum of RGB (Red+Green+Blue) = 191+73+200=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF49C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF49C8 is #40B637. Grayscale: #7A7A7A. Windows color (decimal): -4240952 or 13126079. OLE color: 13126079.
HSL color Cylindrical-coordinate representation of color #BF49C8: hue angle of 295.75º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF49C8 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 73 | 200 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.22 |
| HSL | 295.75º | 0.54% | 0.54% | - |
| HSV(B) | 295.75º | 0.64% | 0.78% | - |
| XYZ | 34.29 | 20.01 | 56.7 | - |
| YUV | 122.76 | 171.59 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 200 | 0.04 | 0.64 | 0 | 0.22 | 295.75 | 0.54 | 0.54 |
| Hex | BF | 49 | C8 | 4 | 40 | 0 | 16 | 128 | 36 | 36 |
| Octal | 277 | 111 | 310 | 4 | 100 | 0 | 26 | 450 | 66 | 66 |
| Binary | 10111111 | 1001001 | 11001000 | 100 | 1000000 | 0 | 10110 | 100101000 | 110110 | 110110 |
Color Harmonies of #BF49C8
Complementary color
Monochromatic Colors of #BF49C8
Black with #BF49C8
Text Example
Text Example
White with #BF49C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF49C8; }
p { color: rgb(191,73,200); }
H1.HeaderClassName
{
color: #BF49C8;
}
.AnyTagClassName
{
color: #BF49C8;
}
</style>
background-color css
<style>
a { background-color: #BF49C8; }
a { background-color: rgb(191,73,200); }
div.DivClassName
{
background-color: #BF49C8;
}
.BgClassName
{
background-color: #BF49C8;
}
</style>
border-color css
<style>
span { border-color: #BF49C8; }
span { border-color: rgb(191,73,200); }
td.TdClassName
{
border-color: #BF49C8;
}
.TagClassName
{
border-color: #BF49C8;
}
</style>