Shades of Fuchsia #BF49BA
Tints of Fuchsia #BF49BA
RGB
CMYK
RGB Variations
Color information
#BF49BA (or 0xBF49BA) is known color: Fuchsia. HEX triplet: BF, 49 and BA. RGB value is (191,73,186). Sum of RGB (Red+Green+Blue) = 191+73+186=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF49BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF49BA is #40B645. Grayscale: #787878. Windows color (decimal): -4240966 or 12208575. OLE color: 12208575.
HSL color Cylindrical-coordinate representation of color #BF49BA: hue angle of 302.54º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF49BA is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 186 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.25 |
| HSL | 302.54º | 0.48% | 0.52% | - |
| HSV(B) | 302.54º | 0.62% | 0.75% | - |
| XYZ | 32.73 | 19.39 | 48.47 | - |
| YUV | 121.16 | 164.59 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 186 | 0 | 0.62 | 0.03 | 0.25 | 302.54 | 0.48 | 0.52 |
| Hex | BF | 49 | BA | 0 | 3E | 3 | 19 | 12F | 30 | 34 |
| Octal | 277 | 111 | 272 | 0 | 76 | 3 | 31 | 457 | 60 | 64 |
| Binary | 10111111 | 1001001 | 10111010 | 0 | 111110 | 11 | 11001 | 100101111 | 110000 | 110100 |
Color Harmonies of #BF49BA
Complementary color
Monochromatic Colors of #BF49BA
Black with #BF49BA
Text Example
Text Example
White with #BF49BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF49BA; }
p { color: rgb(191,73,186); }
H1.HeaderClassName
{
color: #BF49BA;
}
.AnyTagClassName
{
color: #BF49BA;
}
</style>
background-color css
<style>
a { background-color: #BF49BA; }
a { background-color: rgb(191,73,186); }
div.DivClassName
{
background-color: #BF49BA;
}
.BgClassName
{
background-color: #BF49BA;
}
</style>
border-color css
<style>
span { border-color: #BF49BA; }
span { border-color: rgb(191,73,186); }
td.TdClassName
{
border-color: #BF49BA;
}
.TagClassName
{
border-color: #BF49BA;
}
</style>