Shades of Fuchsia #BF58AB
Tints of Fuchsia #BF58AB
RGB
CMYK
RGB Variations
Color information
#BF58AB (or 0xBF58AB) is known color: Fuchsia. HEX triplet: BF, 58 and AB. RGB value is (191,88,171). Sum of RGB (Red+Green+Blue) = 191+88+171=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF58AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF58AB is #40A754. Grayscale: #808080. Windows color (decimal): -4237141 or 11229375. OLE color: 11229375.
HSL color Cylindrical-coordinate representation of color #BF58AB: hue angle of 311.65º 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 #BF58AB is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 88 | 171 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.25 |
| HSL | 311.65º | 0.45% | 0.55% | - |
| HSV(B) | 311.65º | 0.54% | 0.75% | - |
| XYZ | 32.33 | 21 | 40.88 | - |
| YUV | 128.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 171 | 0 | 0.54 | 0.10 | 0.25 | 311.65 | 0.45 | 0.55 |
| Hex | BF | 58 | AB | 0 | 36 | A | 19 | 138 | 2D | 37 |
| Octal | 277 | 130 | 253 | 0 | 66 | 12 | 31 | 470 | 55 | 67 |
| Binary | 10111111 | 1011000 | 10101011 | 0 | 110110 | 1010 | 11001 | 100111000 | 101101 | 110111 |
Color Harmonies of #BF58AB
Complementary color
Monochromatic Colors of #BF58AB
Black with #BF58AB
Text Example
Text Example
White with #BF58AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF58AB; }
p { color: rgb(191,88,171); }
H1.HeaderClassName
{
color: #BF58AB;
}
.AnyTagClassName
{
color: #BF58AB;
}
</style>
background-color css
<style>
a { background-color: #BF58AB; }
a { background-color: rgb(191,88,171); }
div.DivClassName
{
background-color: #BF58AB;
}
.BgClassName
{
background-color: #BF58AB;
}
</style>
border-color css
<style>
span { border-color: #BF58AB; }
span { border-color: rgb(191,88,171); }
td.TdClassName
{
border-color: #BF58AB;
}
.TagClassName
{
border-color: #BF58AB;
}
</style>