Shades of Fuchsia #BF4DA8
Tints of Fuchsia #BF4DA8
RGB
CMYK
RGB Variations
Color information
#BF4DA8 (or 0xBF4DA8) is known color: Fuchsia. HEX triplet: BF, 4D and A8. RGB value is (191,77,168). Sum of RGB (Red+Green+Blue) = 191+77+168=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4DA8 is #40B257. Grayscale: #797979. Windows color (decimal): -4239960 or 11029951. OLE color: 11029951.
HSL color Cylindrical-coordinate representation of color #BF4DA8: hue angle of 312.11º 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 #BF4DA8 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 168 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.25 |
| HSL | 312.11º | 0.47% | 0.53% | - |
| HSV(B) | 312.11º | 0.6% | 0.75% | - |
| XYZ | 31.21 | 19.21 | 39.11 | - |
| YUV | 121.46 | 154.27 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 168 | 0 | 0.60 | 0.12 | 0.25 | 312.11 | 0.47 | 0.53 |
| Hex | BF | 4D | A8 | 0 | 3C | C | 19 | 138 | 2F | 35 |
| Octal | 277 | 115 | 250 | 0 | 74 | 14 | 31 | 470 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10101000 | 0 | 111100 | 1100 | 11001 | 100111000 | 101111 | 110101 |
Color Harmonies of #BF4DA8
Complementary color
Monochromatic Colors of #BF4DA8
Black with #BF4DA8
Text Example
Text Example
White with #BF4DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DA8; }
p { color: rgb(191,77,168); }
H1.HeaderClassName
{
color: #BF4DA8;
}
.AnyTagClassName
{
color: #BF4DA8;
}
</style>
background-color css
<style>
a { background-color: #BF4DA8; }
a { background-color: rgb(191,77,168); }
div.DivClassName
{
background-color: #BF4DA8;
}
.BgClassName
{
background-color: #BF4DA8;
}
</style>
border-color css
<style>
span { border-color: #BF4DA8; }
span { border-color: rgb(191,77,168); }
td.TdClassName
{
border-color: #BF4DA8;
}
.TagClassName
{
border-color: #BF4DA8;
}
</style>