Shades of Fuchsia #BF5BA6
Tints of Fuchsia #BF5BA6
RGB
CMYK
RGB Variations
Color information
#BF5BA6 (or 0xBF5BA6) is known color: Fuchsia. HEX triplet: BF, 5B and A6. RGB value is (191,91,166). Sum of RGB (Red+Green+Blue) = 191+91+166=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5BA6 is #40A459. Grayscale: #818181. Windows color (decimal): -4236378 or 10902463. OLE color: 10902463.
HSL color Cylindrical-coordinate representation of color #BF5BA6: hue angle of 315º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5BA6 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 91 | 166 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.25 |
| HSL | 315º | 0.44% | 0.55% | - |
| HSV(B) | 315º | 0.52% | 0.75% | - |
| XYZ | 32.11 | 21.31 | 38.5 | - |
| YUV | 129.45 | 148.63 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 91 | 166 | 0 | 0.52 | 0.13 | 0.25 | 315 | 0.44 | 0.55 |
| Hex | BF | 5B | A6 | 0 | 34 | D | 19 | 13B | 2C | 37 |
| Octal | 277 | 133 | 246 | 0 | 64 | 15 | 31 | 473 | 54 | 67 |
| Binary | 10111111 | 1011011 | 10100110 | 0 | 110100 | 1101 | 11001 | 100111011 | 101100 | 110111 |
Color Harmonies of #BF5BA6
Complementary color
Monochromatic Colors of #BF5BA6
Black with #BF5BA6
Text Example
Text Example
White with #BF5BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5BA6; }
p { color: rgb(191,91,166); }
H1.HeaderClassName
{
color: #BF5BA6;
}
.AnyTagClassName
{
color: #BF5BA6;
}
</style>
background-color css
<style>
a { background-color: #BF5BA6; }
a { background-color: rgb(191,91,166); }
div.DivClassName
{
background-color: #BF5BA6;
}
.BgClassName
{
background-color: #BF5BA6;
}
</style>
border-color css
<style>
span { border-color: #BF5BA6; }
span { border-color: rgb(191,91,166); }
td.TdClassName
{
border-color: #BF5BA6;
}
.TagClassName
{
border-color: #BF5BA6;
}
</style>