Shades of Fuchsia #BF65AB
Tints of Fuchsia #BF65AB
RGB
CMYK
RGB Variations
Color information
#BF65AB (or 0xBF65AB) is known color: Fuchsia. HEX triplet: BF, 65 and AB. RGB value is (191,101,171). Sum of RGB (Red+Green+Blue) = 191+101+171=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF65AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF65AB is #409A54. Grayscale: #878787. Windows color (decimal): -4233813 or 11232703. OLE color: 11232703.
HSL color Cylindrical-coordinate representation of color #BF65AB: hue angle of 313.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF65AB is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 171 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.25 |
| HSL | 313.33º | 0.41% | 0.57% | - |
| HSV(B) | 313.33º | 0.47% | 0.75% | - |
| XYZ | 33.49 | 23.32 | 41.26 | - |
| YUV | 135.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 171 | 0 | 0.47 | 0.10 | 0.25 | 313.33 | 0.41 | 0.57 |
| Hex | BF | 65 | AB | 0 | 2F | A | 19 | 139 | 29 | 39 |
| Octal | 277 | 145 | 253 | 0 | 57 | 12 | 31 | 471 | 51 | 71 |
| Binary | 10111111 | 1100101 | 10101011 | 0 | 101111 | 1010 | 11001 | 100111001 | 101001 | 111001 |
Color Harmonies of #BF65AB
Complementary color
Monochromatic Colors of #BF65AB
Black with #BF65AB
Text Example
Text Example
White with #BF65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF65AB; }
p { color: rgb(191,101,171); }
H1.HeaderClassName
{
color: #BF65AB;
}
.AnyTagClassName
{
color: #BF65AB;
}
</style>
background-color css
<style>
a { background-color: #BF65AB; }
a { background-color: rgb(191,101,171); }
div.DivClassName
{
background-color: #BF65AB;
}
.BgClassName
{
background-color: #BF65AB;
}
</style>
border-color css
<style>
span { border-color: #BF65AB; }
span { border-color: rgb(191,101,171); }
td.TdClassName
{
border-color: #BF65AB;
}
.TagClassName
{
border-color: #BF65AB;
}
</style>