Shades of Fuchsia #BF54A6
Tints of Fuchsia #BF54A6
RGB
CMYK
RGB Variations
Color information
#BF54A6 (or 0xBF54A6) is known color: Fuchsia. HEX triplet: BF, 54 and A6. RGB value is (191,84,166). Sum of RGB (Red+Green+Blue) = 191+84+166=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF54A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF54A6 is #40AB59. Grayscale: #7D7D7D. Windows color (decimal): -4238170 or 10900671. OLE color: 10900671.
HSL color Cylindrical-coordinate representation of color #BF54A6: hue angle of 314.02º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF54A6 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 166 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.25 |
| HSL | 314.02º | 0.46% | 0.54% | - |
| HSV(B) | 314.02º | 0.56% | 0.75% | - |
| XYZ | 31.54 | 20.17 | 38.31 | - |
| YUV | 125.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 166 | 0 | 0.56 | 0.13 | 0.25 | 314.02 | 0.46 | 0.54 |
| Hex | BF | 54 | A6 | 0 | 38 | D | 19 | 13A | 2E | 36 |
| Octal | 277 | 124 | 246 | 0 | 70 | 15 | 31 | 472 | 56 | 66 |
| Binary | 10111111 | 1010100 | 10100110 | 0 | 111000 | 1101 | 11001 | 100111010 | 101110 | 110110 |
Color Harmonies of #BF54A6
Complementary color
Monochromatic Colors of #BF54A6
Black with #BF54A6
Text Example
Text Example
White with #BF54A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF54A6; }
p { color: rgb(191,84,166); }
H1.HeaderClassName
{
color: #BF54A6;
}
.AnyTagClassName
{
color: #BF54A6;
}
</style>
background-color css
<style>
a { background-color: #BF54A6; }
a { background-color: rgb(191,84,166); }
div.DivClassName
{
background-color: #BF54A6;
}
.BgClassName
{
background-color: #BF54A6;
}
</style>
border-color css
<style>
span { border-color: #BF54A6; }
span { border-color: rgb(191,84,166); }
td.TdClassName
{
border-color: #BF54A6;
}
.TagClassName
{
border-color: #BF54A6;
}
</style>