Shades of Fuchsia #BF6AAA
Tints of Fuchsia #BF6AAA
RGB
CMYK
RGB Variations
Color information
#BF6AAA (or 0xBF6AAA) is known color: Fuchsia. HEX triplet: BF, 6A and AA. RGB value is (191,106,170). Sum of RGB (Red+Green+Blue) = 191+106+170=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6AAA is #409555. Grayscale: #8A8A8A. Windows color (decimal): -4232534 or 11168447. OLE color: 11168447.
HSL color Cylindrical-coordinate representation of color #BF6AAA: hue angle of 314.82º 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 #BF6AAA is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 106 | 170 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.25 |
| HSL | 314.82º | 0.4% | 0.58% | - |
| HSV(B) | 314.82º | 0.45% | 0.75% | - |
| XYZ | 33.9 | 24.29 | 40.93 | - |
| YUV | 138.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 106 | 170 | 0 | 0.45 | 0.11 | 0.25 | 314.82 | 0.4 | 0.58 |
| Hex | BF | 6A | AA | 0 | 2D | B | 19 | 13B | 28 | 3A |
| Octal | 277 | 152 | 252 | 0 | 55 | 13 | 31 | 473 | 50 | 72 |
| Binary | 10111111 | 1101010 | 10101010 | 0 | 101101 | 1011 | 11001 | 100111011 | 101000 | 111010 |
Color Harmonies of #BF6AAA
Complementary color
Monochromatic Colors of #BF6AAA
Black with #BF6AAA
Text Example
Text Example
White with #BF6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6AAA; }
p { color: rgb(191,106,170); }
H1.HeaderClassName
{
color: #BF6AAA;
}
.AnyTagClassName
{
color: #BF6AAA;
}
</style>
background-color css
<style>
a { background-color: #BF6AAA; }
a { background-color: rgb(191,106,170); }
div.DivClassName
{
background-color: #BF6AAA;
}
.BgClassName
{
background-color: #BF6AAA;
}
</style>
border-color css
<style>
span { border-color: #BF6AAA; }
span { border-color: rgb(191,106,170); }
td.TdClassName
{
border-color: #BF6AAA;
}
.TagClassName
{
border-color: #BF6AAA;
}
</style>