Shades of Fuchsia #BF6AB1
Tints of Fuchsia #BF6AB1
RGB
CMYK
RGB Variations
Color information
#BF6AB1 (or 0xBF6AB1) is known color: Fuchsia. HEX triplet: BF, 6A and B1. RGB value is (191,106,177). Sum of RGB (Red+Green+Blue) = 191+106+177=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6AB1 is #40954E. Grayscale: #8B8B8B. Windows color (decimal): -4232527 or 11627199. OLE color: 11627199.
HSL color Cylindrical-coordinate representation of color #BF6AB1: hue angle of 309.88º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF6AB1 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 106 | 177 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.25 |
| HSL | 309.88º | 0.4% | 0.58% | - |
| HSV(B) | 309.88º | 0.45% | 0.75% | - |
| XYZ | 34.58 | 24.56 | 44.51 | - |
| YUV | 139.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 106 | 177 | 0 | 0.45 | 0.07 | 0.25 | 309.88 | 0.4 | 0.58 |
| Hex | BF | 6A | B1 | 0 | 2D | 7 | 19 | 136 | 28 | 3A |
| Octal | 277 | 152 | 261 | 0 | 55 | 7 | 31 | 466 | 50 | 72 |
| Binary | 10111111 | 1101010 | 10110001 | 0 | 101101 | 111 | 11001 | 100110110 | 101000 | 111010 |
Color Harmonies of #BF6AB1
Complementary color
Monochromatic Colors of #BF6AB1
Black with #BF6AB1
Text Example
Text Example
White with #BF6AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6AB1; }
p { color: rgb(191,106,177); }
H1.HeaderClassName
{
color: #BF6AB1;
}
.AnyTagClassName
{
color: #BF6AB1;
}
</style>
background-color css
<style>
a { background-color: #BF6AB1; }
a { background-color: rgb(191,106,177); }
div.DivClassName
{
background-color: #BF6AB1;
}
.BgClassName
{
background-color: #BF6AB1;
}
</style>
border-color css
<style>
span { border-color: #BF6AB1; }
span { border-color: rgb(191,106,177); }
td.TdClassName
{
border-color: #BF6AB1;
}
.TagClassName
{
border-color: #BF6AB1;
}
</style>