Shades of Fuchsia #BF4FA8
Tints of Fuchsia #BF4FA8
RGB
CMYK
RGB Variations
Color information
#BF4FA8 (or 0xBF4FA8) is known color: Fuchsia. HEX triplet: BF, 4F and A8. RGB value is (191,79,168). Sum of RGB (Red+Green+Blue) = 191+79+168=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4FA8 is #40B057. Grayscale: #7A7A7A. Windows color (decimal): -4239448 or 11030463. OLE color: 11030463.
HSL color Cylindrical-coordinate representation of color #BF4FA8: hue angle of 312.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4FA8 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 79 | 168 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.25 |
| HSL | 312.32º | 0.47% | 0.53% | - |
| HSV(B) | 312.32º | 0.59% | 0.75% | - |
| XYZ | 31.35 | 19.5 | 39.16 | - |
| YUV | 122.63 | 153.61 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 168 | 0 | 0.59 | 0.12 | 0.25 | 312.32 | 0.47 | 0.53 |
| Hex | BF | 4F | A8 | 0 | 3B | C | 19 | 138 | 2F | 35 |
| Octal | 277 | 117 | 250 | 0 | 73 | 14 | 31 | 470 | 57 | 65 |
| Binary | 10111111 | 1001111 | 10101000 | 0 | 111011 | 1100 | 11001 | 100111000 | 101111 | 110101 |
Color Harmonies of #BF4FA8
Complementary color
Monochromatic Colors of #BF4FA8
Black with #BF4FA8
Text Example
Text Example
White with #BF4FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4FA8; }
p { color: rgb(191,79,168); }
H1.HeaderClassName
{
color: #BF4FA8;
}
.AnyTagClassName
{
color: #BF4FA8;
}
</style>
background-color css
<style>
a { background-color: #BF4FA8; }
a { background-color: rgb(191,79,168); }
div.DivClassName
{
background-color: #BF4FA8;
}
.BgClassName
{
background-color: #BF4FA8;
}
</style>
border-color css
<style>
span { border-color: #BF4FA8; }
span { border-color: rgb(191,79,168); }
td.TdClassName
{
border-color: #BF4FA8;
}
.TagClassName
{
border-color: #BF4FA8;
}
</style>