Shades of Fuchsia #BF66A8
Tints of Fuchsia #BF66A8
RGB
CMYK
RGB Variations
Color information
#BF66A8 (or 0xBF66A8) is known color: Fuchsia. HEX triplet: BF, 66 and A8. RGB value is (191,102,168). Sum of RGB (Red+Green+Blue) = 191+102+168=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF66A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF66A8 is #409957. Grayscale: #878787. Windows color (decimal): -4233560 or 11036351. OLE color: 11036351.
HSL color Cylindrical-coordinate representation of color #BF66A8: hue angle of 315.51º 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 #BF66A8 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 168 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.25 |
| HSL | 315.51º | 0.41% | 0.57% | - |
| HSV(B) | 315.51º | 0.47% | 0.75% | - |
| XYZ | 33.31 | 23.41 | 39.81 | - |
| YUV | 136.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 168 | 0 | 0.47 | 0.12 | 0.25 | 315.51 | 0.41 | 0.57 |
| Hex | BF | 66 | A8 | 0 | 2F | C | 19 | 13C | 29 | 39 |
| Octal | 277 | 146 | 250 | 0 | 57 | 14 | 31 | 474 | 51 | 71 |
| Binary | 10111111 | 1100110 | 10101000 | 0 | 101111 | 1100 | 11001 | 100111100 | 101001 | 111001 |
Color Harmonies of #BF66A8
Complementary color
Monochromatic Colors of #BF66A8
Black with #BF66A8
Text Example
Text Example
White with #BF66A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF66A8; }
p { color: rgb(191,102,168); }
H1.HeaderClassName
{
color: #BF66A8;
}
.AnyTagClassName
{
color: #BF66A8;
}
</style>
background-color css
<style>
a { background-color: #BF66A8; }
a { background-color: rgb(191,102,168); }
div.DivClassName
{
background-color: #BF66A8;
}
.BgClassName
{
background-color: #BF66A8;
}
</style>
border-color css
<style>
span { border-color: #BF66A8; }
span { border-color: rgb(191,102,168); }
td.TdClassName
{
border-color: #BF66A8;
}
.TagClassName
{
border-color: #BF66A8;
}
</style>