Shades of Fuchsia #BF5CA6
Tints of Fuchsia #BF5CA6
RGB
CMYK
RGB Variations
Color information
#BF5CA6 (or 0xBF5CA6) is known color: Fuchsia. HEX triplet: BF, 5C and A6. RGB value is (191,92,166). Sum of RGB (Red+Green+Blue) = 191+92+166=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5CA6 is #40A359. Grayscale: #818181. Windows color (decimal): -4236122 or 10902719. OLE color: 10902719.
HSL color Cylindrical-coordinate representation of color #BF5CA6: hue angle of 315.15º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5CA6 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 92 | 166 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.25 |
| HSL | 315.15º | 0.44% | 0.55% | - |
| HSV(B) | 315.15º | 0.52% | 0.75% | - |
| XYZ | 32.2 | 21.48 | 38.53 | - |
| YUV | 130.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 166 | 0 | 0.52 | 0.13 | 0.25 | 315.15 | 0.44 | 0.55 |
| Hex | BF | 5C | A6 | 0 | 34 | D | 19 | 13B | 2C | 37 |
| Octal | 277 | 134 | 246 | 0 | 64 | 15 | 31 | 473 | 54 | 67 |
| Binary | 10111111 | 1011100 | 10100110 | 0 | 110100 | 1101 | 11001 | 100111011 | 101100 | 110111 |
Color Harmonies of #BF5CA6
Complementary color
Monochromatic Colors of #BF5CA6
Black with #BF5CA6
Text Example
Text Example
White with #BF5CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5CA6; }
p { color: rgb(191,92,166); }
H1.HeaderClassName
{
color: #BF5CA6;
}
.AnyTagClassName
{
color: #BF5CA6;
}
</style>
background-color css
<style>
a { background-color: #BF5CA6; }
a { background-color: rgb(191,92,166); }
div.DivClassName
{
background-color: #BF5CA6;
}
.BgClassName
{
background-color: #BF5CA6;
}
</style>
border-color css
<style>
span { border-color: #BF5CA6; }
span { border-color: rgb(191,92,166); }
td.TdClassName
{
border-color: #BF5CA6;
}
.TagClassName
{
border-color: #BF5CA6;
}
</style>