Shades of Fuchsia #BF41BA
Tints of Fuchsia #BF41BA
RGB
CMYK
RGB Variations
Color information
#BF41BA (or 0xBF41BA) is known color: Fuchsia. HEX triplet: BF, 41 and BA. RGB value is (191,65,186). Sum of RGB (Red+Green+Blue) = 191+65+186=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF41BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41BA is #40BE45. Grayscale: #747474. Windows color (decimal): -4243014 or 12206527. OLE color: 12206527.
HSL color Cylindrical-coordinate representation of color #BF41BA: hue angle of 302.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF41BA is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 186 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.25 |
| HSL | 302.38º | 0.5% | 0.5% | - |
| HSV(B) | 302.38º | 0.66% | 0.75% | - |
| XYZ | 32.24 | 18.4 | 48.31 | - |
| YUV | 116.47 | 167.24 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 186 | 0 | 0.66 | 0.03 | 0.25 | 302.38 | 0.5 | 0.5 |
| Hex | BF | 41 | BA | 0 | 42 | 3 | 19 | 12E | 32 | 32 |
| Octal | 277 | 101 | 272 | 0 | 102 | 3 | 31 | 456 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10111010 | 0 | 1000010 | 11 | 11001 | 100101110 | 110010 | 110010 |
Color Harmonies of #BF41BA
Complementary color
Monochromatic Colors of #BF41BA
Black with #BF41BA
Text Example
Text Example
White with #BF41BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41BA; }
p { color: rgb(191,65,186); }
H1.HeaderClassName
{
color: #BF41BA;
}
.AnyTagClassName
{
color: #BF41BA;
}
</style>
background-color css
<style>
a { background-color: #BF41BA; }
a { background-color: rgb(191,65,186); }
div.DivClassName
{
background-color: #BF41BA;
}
.BgClassName
{
background-color: #BF41BA;
}
</style>
border-color css
<style>
span { border-color: #BF41BA; }
span { border-color: rgb(191,65,186); }
td.TdClassName
{
border-color: #BF41BA;
}
.TagClassName
{
border-color: #BF41BA;
}
</style>