Shades of Fuchsia #BF4DB1
Tints of Fuchsia #BF4DB1
RGB
CMYK
RGB Variations
Color information
#BF4DB1 (or 0xBF4DB1) is known color: Fuchsia. HEX triplet: BF, 4D and B1. RGB value is (191,77,177). Sum of RGB (Red+Green+Blue) = 191+77+177=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4DB1 is #40B24E. Grayscale: #7A7A7A. Windows color (decimal): -4239951 or 11619775. OLE color: 11619775.
HSL color Cylindrical-coordinate representation of color #BF4DB1: hue angle of 307.37º 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 #BF4DB1 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 177 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.25 |
| HSL | 307.37º | 0.47% | 0.53% | - |
| HSV(B) | 307.37º | 0.6% | 0.75% | - |
| XYZ | 32.08 | 19.56 | 43.68 | - |
| YUV | 122.49 | 158.77 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 177 | 0 | 0.60 | 0.07 | 0.25 | 307.37 | 0.47 | 0.53 |
| Hex | BF | 4D | B1 | 0 | 3C | 7 | 19 | 133 | 2F | 35 |
| Octal | 277 | 115 | 261 | 0 | 74 | 7 | 31 | 463 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10110001 | 0 | 111100 | 111 | 11001 | 100110011 | 101111 | 110101 |
Color Harmonies of #BF4DB1
Complementary color
Monochromatic Colors of #BF4DB1
Black with #BF4DB1
Text Example
Text Example
White with #BF4DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DB1; }
p { color: rgb(191,77,177); }
H1.HeaderClassName
{
color: #BF4DB1;
}
.AnyTagClassName
{
color: #BF4DB1;
}
</style>
background-color css
<style>
a { background-color: #BF4DB1; }
a { background-color: rgb(191,77,177); }
div.DivClassName
{
background-color: #BF4DB1;
}
.BgClassName
{
background-color: #BF4DB1;
}
</style>
border-color css
<style>
span { border-color: #BF4DB1; }
span { border-color: rgb(191,77,177); }
td.TdClassName
{
border-color: #BF4DB1;
}
.TagClassName
{
border-color: #BF4DB1;
}
</style>