Shades of Fuchsia #BF40B9
Tints of Fuchsia #BF40B9
RGB
CMYK
RGB Variations
Color information
#BF40B9 (or 0xBF40B9) is known color: Fuchsia. HEX triplet: BF, 40 and B9. RGB value is (191,64,185). Sum of RGB (Red+Green+Blue) = 191+64+185=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40B9 is #40BF46. Grayscale: #737373. Windows color (decimal): -4243271 or 12140735. OLE color: 12140735.
HSL color Cylindrical-coordinate representation of color #BF40B9: hue angle of 302.83º 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 #BF40B9 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 185 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.25 |
| HSL | 302.83º | 0.5% | 0.5% | - |
| HSV(B) | 302.83º | 0.66% | 0.75% | - |
| XYZ | 32.08 | 18.25 | 47.73 | - |
| YUV | 115.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 185 | 0 | 0.66 | 0.03 | 0.25 | 302.83 | 0.5 | 0.5 |
| Hex | BF | 40 | B9 | 0 | 42 | 3 | 19 | 12F | 32 | 32 |
| Octal | 277 | 100 | 271 | 0 | 102 | 3 | 31 | 457 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10111001 | 0 | 1000010 | 11 | 11001 | 100101111 | 110010 | 110010 |
Color Harmonies of #BF40B9
Complementary color
Monochromatic Colors of #BF40B9
Black with #BF40B9
Text Example
Text Example
White with #BF40B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40B9; }
p { color: rgb(191,64,185); }
H1.HeaderClassName
{
color: #BF40B9;
}
.AnyTagClassName
{
color: #BF40B9;
}
</style>
background-color css
<style>
a { background-color: #BF40B9; }
a { background-color: rgb(191,64,185); }
div.DivClassName
{
background-color: #BF40B9;
}
.BgClassName
{
background-color: #BF40B9;
}
</style>
border-color css
<style>
span { border-color: #BF40B9; }
span { border-color: rgb(191,64,185); }
td.TdClassName
{
border-color: #BF40B9;
}
.TagClassName
{
border-color: #BF40B9;
}
</style>