Shades of Fuchsia #BF57BC
Tints of Fuchsia #BF57BC
RGB
CMYK
RGB Variations
Color information
#BF57BC (or 0xBF57BC) is known color: Fuchsia. HEX triplet: BF, 57 and BC. RGB value is (191,87,188). Sum of RGB (Red+Green+Blue) = 191+87+188=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF57BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF57BC is #40A843. Grayscale: #818181. Windows color (decimal): -4237380 or 12343231. OLE color: 12343231.
HSL color Cylindrical-coordinate representation of color #BF57BC: hue angle of 301.73º 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 #BF57BC is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 87 | 188 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.25 |
| HSL | 301.73º | 0.45% | 0.55% | - |
| HSV(B) | 301.73º | 0.54% | 0.75% | - |
| XYZ | 33.97 | 21.52 | 49.94 | - |
| YUV | 129.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 188 | 0 | 0.54 | 0.02 | 0.25 | 301.73 | 0.45 | 0.55 |
| Hex | BF | 57 | BC | 0 | 36 | 2 | 19 | 12E | 2D | 37 |
| Octal | 277 | 127 | 274 | 0 | 66 | 2 | 31 | 456 | 55 | 67 |
| Binary | 10111111 | 1010111 | 10111100 | 0 | 110110 | 10 | 11001 | 100101110 | 101101 | 110111 |
Color Harmonies of #BF57BC
Complementary color
Monochromatic Colors of #BF57BC
Black with #BF57BC
Text Example
Text Example
White with #BF57BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF57BC; }
p { color: rgb(191,87,188); }
H1.HeaderClassName
{
color: #BF57BC;
}
.AnyTagClassName
{
color: #BF57BC;
}
</style>
background-color css
<style>
a { background-color: #BF57BC; }
a { background-color: rgb(191,87,188); }
div.DivClassName
{
background-color: #BF57BC;
}
.BgClassName
{
background-color: #BF57BC;
}
</style>
border-color css
<style>
span { border-color: #BF57BC; }
span { border-color: rgb(191,87,188); }
td.TdClassName
{
border-color: #BF57BC;
}
.TagClassName
{
border-color: #BF57BC;
}
</style>