Shades of Fuchsia #BF56C8
Tints of Fuchsia #BF56C8
RGB
CMYK
RGB Variations
Color information
#BF56C8 (or 0xBF56C8) is known color: Fuchsia. HEX triplet: BF, 56 and C8. RGB value is (191,86,200). Sum of RGB (Red+Green+Blue) = 191+86+200=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF56C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF56C8 is #40A937. Grayscale: #828282. Windows color (decimal): -4237624 or 13129407. OLE color: 13129407.
HSL color Cylindrical-coordinate representation of color #BF56C8: hue angle of 295.26º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF56C8 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 86 | 200 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.22 |
| HSL | 295.26º | 0.51% | 0.56% | - |
| HSV(B) | 295.26º | 0.57% | 0.78% | - |
| XYZ | 35.24 | 21.9 | 57.01 | - |
| YUV | 130.39 | 167.29 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 200 | 0.04 | 0.57 | 0 | 0.22 | 295.26 | 0.51 | 0.56 |
| Hex | BF | 56 | C8 | 4 | 39 | 0 | 16 | 127 | 33 | 38 |
| Octal | 277 | 126 | 310 | 4 | 71 | 0 | 26 | 447 | 63 | 70 |
| Binary | 10111111 | 1010110 | 11001000 | 100 | 111001 | 0 | 10110 | 100100111 | 110011 | 111000 |
Color Harmonies of #BF56C8
Complementary color
Monochromatic Colors of #BF56C8
Black with #BF56C8
Text Example
Text Example
White with #BF56C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF56C8; }
p { color: rgb(191,86,200); }
H1.HeaderClassName
{
color: #BF56C8;
}
.AnyTagClassName
{
color: #BF56C8;
}
</style>
background-color css
<style>
a { background-color: #BF56C8; }
a { background-color: rgb(191,86,200); }
div.DivClassName
{
background-color: #BF56C8;
}
.BgClassName
{
background-color: #BF56C8;
}
</style>
border-color css
<style>
span { border-color: #BF56C8; }
span { border-color: rgb(191,86,200); }
td.TdClassName
{
border-color: #BF56C8;
}
.TagClassName
{
border-color: #BF56C8;
}
</style>