Shades of Fuchsia #BF68AB
Tints of Fuchsia #BF68AB
RGB
CMYK
RGB Variations
Color information
#BF68AB (or 0xBF68AB) is known color: Fuchsia. HEX triplet: BF, 68 and AB. RGB value is (191,104,171). Sum of RGB (Red+Green+Blue) = 191+104+171=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF68AB is #409754. Grayscale: #898989. Windows color (decimal): -4233045 or 11233471. OLE color: 11233471.
HSL color Cylindrical-coordinate representation of color #BF68AB: hue angle of 313.79º 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 #BF68AB is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 171 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.25 |
| HSL | 313.79º | 0.4% | 0.58% | - |
| HSV(B) | 313.79º | 0.46% | 0.75% | - |
| XYZ | 33.79 | 23.92 | 41.36 | - |
| YUV | 137.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 171 | 0 | 0.46 | 0.10 | 0.25 | 313.79 | 0.4 | 0.58 |
| Hex | BF | 68 | AB | 0 | 2E | A | 19 | 13A | 28 | 3A |
| Octal | 277 | 150 | 253 | 0 | 56 | 12 | 31 | 472 | 50 | 72 |
| Binary | 10111111 | 1101000 | 10101011 | 0 | 101110 | 1010 | 11001 | 100111010 | 101000 | 111010 |
Color Harmonies of #BF68AB
Complementary color
Monochromatic Colors of #BF68AB
Black with #BF68AB
Text Example
Text Example
White with #BF68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68AB; }
p { color: rgb(191,104,171); }
H1.HeaderClassName
{
color: #BF68AB;
}
.AnyTagClassName
{
color: #BF68AB;
}
</style>
background-color css
<style>
a { background-color: #BF68AB; }
a { background-color: rgb(191,104,171); }
div.DivClassName
{
background-color: #BF68AB;
}
.BgClassName
{
background-color: #BF68AB;
}
</style>
border-color css
<style>
span { border-color: #BF68AB; }
span { border-color: rgb(191,104,171); }
td.TdClassName
{
border-color: #BF68AB;
}
.TagClassName
{
border-color: #BF68AB;
}
</style>