Shades of Fuchsia #BF58A8
Tints of Fuchsia #BF58A8
RGB
CMYK
RGB Variations
Color information
#BF58A8 (or 0xBF58A8) is known color: Fuchsia. HEX triplet: BF, 58 and A8. RGB value is (191,88,168). Sum of RGB (Red+Green+Blue) = 191+88+168=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF58A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF58A8 is #40A757. Grayscale: #7F7F7F. Windows color (decimal): -4237144 or 11032767. OLE color: 11032767.
HSL color Cylindrical-coordinate representation of color #BF58A8: hue angle of 313.4º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF58A8 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 88 | 168 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.25 |
| HSL | 313.4º | 0.45% | 0.55% | - |
| HSV(B) | 313.4º | 0.54% | 0.75% | - |
| XYZ | 32.04 | 20.88 | 39.39 | - |
| YUV | 127.92 | 150.62 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 168 | 0 | 0.54 | 0.12 | 0.25 | 313.4 | 0.45 | 0.55 |
| Hex | BF | 58 | A8 | 0 | 36 | C | 19 | 139 | 2D | 37 |
| Octal | 277 | 130 | 250 | 0 | 66 | 14 | 31 | 471 | 55 | 67 |
| Binary | 10111111 | 1011000 | 10101000 | 0 | 110110 | 1100 | 11001 | 100111001 | 101101 | 110111 |
Color Harmonies of #BF58A8
Complementary color
Monochromatic Colors of #BF58A8
Black with #BF58A8
Text Example
Text Example
White with #BF58A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF58A8; }
p { color: rgb(191,88,168); }
H1.HeaderClassName
{
color: #BF58A8;
}
.AnyTagClassName
{
color: #BF58A8;
}
</style>
background-color css
<style>
a { background-color: #BF58A8; }
a { background-color: rgb(191,88,168); }
div.DivClassName
{
background-color: #BF58A8;
}
.BgClassName
{
background-color: #BF58A8;
}
</style>
border-color css
<style>
span { border-color: #BF58A8; }
span { border-color: rgb(191,88,168); }
td.TdClassName
{
border-color: #BF58A8;
}
.TagClassName
{
border-color: #BF58A8;
}
</style>