Shades of Fuchsia #BF4DB5
Tints of Fuchsia #BF4DB5
RGB
CMYK
RGB Variations
Color information
#BF4DB5 (or 0xBF4DB5) is known color: Fuchsia. HEX triplet: BF, 4D and B5. RGB value is (191,77,181). Sum of RGB (Red+Green+Blue) = 191+77+181=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4DB5 is #40B24A. Grayscale: #7A7A7A. Windows color (decimal): -4239947 or 11881919. OLE color: 11881919.
HSL color Cylindrical-coordinate representation of color #BF4DB5: hue angle of 305.26º 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 #BF4DB5 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 181 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.25 |
| HSL | 305.26º | 0.47% | 0.53% | - |
| HSV(B) | 305.26º | 0.6% | 0.75% | - |
| XYZ | 32.48 | 19.72 | 45.81 | - |
| YUV | 122.94 | 160.77 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 181 | 0 | 0.60 | 0.05 | 0.25 | 305.26 | 0.47 | 0.53 |
| Hex | BF | 4D | B5 | 0 | 3C | 5 | 19 | 131 | 2F | 35 |
| Octal | 277 | 115 | 265 | 0 | 74 | 5 | 31 | 461 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10110101 | 0 | 111100 | 101 | 11001 | 100110001 | 101111 | 110101 |
Color Harmonies of #BF4DB5
Complementary color
Monochromatic Colors of #BF4DB5
Black with #BF4DB5
Text Example
Text Example
White with #BF4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DB5; }
p { color: rgb(191,77,181); }
H1.HeaderClassName
{
color: #BF4DB5;
}
.AnyTagClassName
{
color: #BF4DB5;
}
</style>
background-color css
<style>
a { background-color: #BF4DB5; }
a { background-color: rgb(191,77,181); }
div.DivClassName
{
background-color: #BF4DB5;
}
.BgClassName
{
background-color: #BF4DB5;
}
</style>
border-color css
<style>
span { border-color: #BF4DB5; }
span { border-color: rgb(191,77,181); }
td.TdClassName
{
border-color: #BF4DB5;
}
.TagClassName
{
border-color: #BF4DB5;
}
</style>