Shades of Fuchsia #BF55A8
Tints of Fuchsia #BF55A8
RGB
CMYK
RGB Variations
Color information
#BF55A8 (or 0xBF55A8) is known color: Fuchsia. HEX triplet: BF, 55 and A8. RGB value is (191,85,168). Sum of RGB (Red+Green+Blue) = 191+85+168=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF55A8 is #40AA57. Grayscale: #7D7D7D. Windows color (decimal): -4237912 or 11031999. OLE color: 11031999.
HSL color Cylindrical-coordinate representation of color #BF55A8: hue angle of 313.02º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF55A8 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 168 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.25 |
| HSL | 313.02º | 0.45% | 0.54% | - |
| HSV(B) | 313.02º | 0.55% | 0.75% | - |
| XYZ | 31.8 | 20.4 | 39.31 | - |
| YUV | 126.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 168 | 0 | 0.55 | 0.12 | 0.25 | 313.02 | 0.45 | 0.54 |
| Hex | BF | 55 | A8 | 0 | 37 | C | 19 | 139 | 2D | 36 |
| Octal | 277 | 125 | 250 | 0 | 67 | 14 | 31 | 471 | 55 | 66 |
| Binary | 10111111 | 1010101 | 10101000 | 0 | 110111 | 1100 | 11001 | 100111001 | 101101 | 110110 |
Color Harmonies of #BF55A8
Complementary color
Monochromatic Colors of #BF55A8
Black with #BF55A8
Text Example
Text Example
White with #BF55A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF55A8; }
p { color: rgb(191,85,168); }
H1.HeaderClassName
{
color: #BF55A8;
}
.AnyTagClassName
{
color: #BF55A8;
}
</style>
background-color css
<style>
a { background-color: #BF55A8; }
a { background-color: rgb(191,85,168); }
div.DivClassName
{
background-color: #BF55A8;
}
.BgClassName
{
background-color: #BF55A8;
}
</style>
border-color css
<style>
span { border-color: #BF55A8; }
span { border-color: rgb(191,85,168); }
td.TdClassName
{
border-color: #BF55A8;
}
.TagClassName
{
border-color: #BF55A8;
}
</style>