Shades of Fuchsia #BF4DB9
Tints of Fuchsia #BF4DB9
RGB
CMYK
RGB Variations
Color information
#BF4DB9 (or 0xBF4DB9) is known color: Fuchsia. HEX triplet: BF, 4D and B9. RGB value is (191,77,185). Sum of RGB (Red+Green+Blue) = 191+77+185=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4DB9 is #40B246. Grayscale: #7B7B7B. Windows color (decimal): -4239943 or 12144063. OLE color: 12144063.
HSL color Cylindrical-coordinate representation of color #BF4DB9: hue angle of 303.16º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4DB9 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 185 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.25 |
| HSL | 303.16º | 0.47% | 0.53% | - |
| HSV(B) | 303.16º | 0.6% | 0.75% | - |
| XYZ | 32.9 | 19.89 | 48 | - |
| YUV | 123.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 185 | 0 | 0.60 | 0.03 | 0.25 | 303.16 | 0.47 | 0.53 |
| Hex | BF | 4D | B9 | 0 | 3C | 3 | 19 | 12F | 2F | 35 |
| Octal | 277 | 115 | 271 | 0 | 74 | 3 | 31 | 457 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10111001 | 0 | 111100 | 11 | 11001 | 100101111 | 101111 | 110101 |
Color Harmonies of #BF4DB9
Complementary color
Monochromatic Colors of #BF4DB9
Black with #BF4DB9
Text Example
Text Example
White with #BF4DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DB9; }
p { color: rgb(191,77,185); }
H1.HeaderClassName
{
color: #BF4DB9;
}
.AnyTagClassName
{
color: #BF4DB9;
}
</style>
background-color css
<style>
a { background-color: #BF4DB9; }
a { background-color: rgb(191,77,185); }
div.DivClassName
{
background-color: #BF4DB9;
}
.BgClassName
{
background-color: #BF4DB9;
}
</style>
border-color css
<style>
span { border-color: #BF4DB9; }
span { border-color: rgb(191,77,185); }
td.TdClassName
{
border-color: #BF4DB9;
}
.TagClassName
{
border-color: #BF4DB9;
}
</style>