Shades of Fuchsia #BF68AA
Tints of Fuchsia #BF68AA
RGB
CMYK
RGB Variations
Color information
#BF68AA (or 0xBF68AA) is known color: Fuchsia. HEX triplet: BF, 68 and AA. RGB value is (191,104,170). Sum of RGB (Red+Green+Blue) = 191+104+170=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF68AA is #409755. Grayscale: #898989. Windows color (decimal): -4233046 or 11167935. OLE color: 11167935.
HSL color Cylindrical-coordinate representation of color #BF68AA: hue angle of 314.48º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF68AA is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 170 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.25 |
| HSL | 314.48º | 0.4% | 0.58% | - |
| HSV(B) | 314.48º | 0.46% | 0.75% | - |
| XYZ | 33.69 | 23.88 | 40.86 | - |
| YUV | 137.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 170 | 0 | 0.46 | 0.11 | 0.25 | 314.48 | 0.4 | 0.58 |
| Hex | BF | 68 | AA | 0 | 2E | B | 19 | 13A | 28 | 3A |
| Octal | 277 | 150 | 252 | 0 | 56 | 13 | 31 | 472 | 50 | 72 |
| Binary | 10111111 | 1101000 | 10101010 | 0 | 101110 | 1011 | 11001 | 100111010 | 101000 | 111010 |
Color Harmonies of #BF68AA
Complementary color
Monochromatic Colors of #BF68AA
Black with #BF68AA
Text Example
Text Example
White with #BF68AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68AA; }
p { color: rgb(191,104,170); }
H1.HeaderClassName
{
color: #BF68AA;
}
.AnyTagClassName
{
color: #BF68AA;
}
</style>
background-color css
<style>
a { background-color: #BF68AA; }
a { background-color: rgb(191,104,170); }
div.DivClassName
{
background-color: #BF68AA;
}
.BgClassName
{
background-color: #BF68AA;
}
</style>
border-color css
<style>
span { border-color: #BF68AA; }
span { border-color: rgb(191,104,170); }
td.TdClassName
{
border-color: #BF68AA;
}
.TagClassName
{
border-color: #BF68AA;
}
</style>