Shades of Fuchsia #BF4DB6
Tints of Fuchsia #BF4DB6
RGB
CMYK
RGB Variations
Color information
#BF4DB6 (or 0xBF4DB6) is known color: Fuchsia. HEX triplet: BF, 4D and B6. RGB value is (191,77,182). Sum of RGB (Red+Green+Blue) = 191+77+182=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4DB6 is #40B249. Grayscale: #7A7A7A. Windows color (decimal): -4239946 or 11947455. OLE color: 11947455.
HSL color Cylindrical-coordinate representation of color #BF4DB6: hue angle of 304.74º 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 #BF4DB6 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 182 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.25 |
| HSL | 304.74º | 0.47% | 0.53% | - |
| HSV(B) | 304.74º | 0.6% | 0.75% | - |
| XYZ | 32.58 | 19.76 | 46.35 | - |
| YUV | 123.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 182 | 0 | 0.60 | 0.05 | 0.25 | 304.74 | 0.47 | 0.53 |
| Hex | BF | 4D | B6 | 0 | 3C | 5 | 19 | 131 | 2F | 35 |
| Octal | 277 | 115 | 266 | 0 | 74 | 5 | 31 | 461 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10110110 | 0 | 111100 | 101 | 11001 | 100110001 | 101111 | 110101 |
Color Harmonies of #BF4DB6
Complementary color
Monochromatic Colors of #BF4DB6
Black with #BF4DB6
Text Example
Text Example
White with #BF4DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DB6; }
p { color: rgb(191,77,182); }
H1.HeaderClassName
{
color: #BF4DB6;
}
.AnyTagClassName
{
color: #BF4DB6;
}
</style>
background-color css
<style>
a { background-color: #BF4DB6; }
a { background-color: rgb(191,77,182); }
div.DivClassName
{
background-color: #BF4DB6;
}
.BgClassName
{
background-color: #BF4DB6;
}
</style>
border-color css
<style>
span { border-color: #BF4DB6; }
span { border-color: rgb(191,77,182); }
td.TdClassName
{
border-color: #BF4DB6;
}
.TagClassName
{
border-color: #BF4DB6;
}
</style>