Shades of Fuchsia #BF55C8
Tints of Fuchsia #BF55C8
RGB
CMYK
RGB Variations
Color information
#BF55C8 (or 0xBF55C8) is known color: Fuchsia. HEX triplet: BF, 55 and C8. RGB value is (191,85,200). Sum of RGB (Red+Green+Blue) = 191+85+200=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF55C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55C8 is #40AA37. Grayscale: #818181. Windows color (decimal): -4237880 or 13129151. OLE color: 13129151.
HSL color Cylindrical-coordinate representation of color #BF55C8: hue angle of 295.3º 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 #BF55C8 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 85 | 200 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.22 |
| HSL | 295.3º | 0.51% | 0.56% | - |
| HSV(B) | 295.3º | 0.58% | 0.78% | - |
| XYZ | 35.16 | 21.74 | 56.99 | - |
| YUV | 129.8 | 167.62 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 200 | 0.04 | 0.58 | 0 | 0.22 | 295.3 | 0.51 | 0.56 |
| Hex | BF | 55 | C8 | 4 | 3A | 0 | 16 | 127 | 33 | 38 |
| Octal | 277 | 125 | 310 | 4 | 72 | 0 | 26 | 447 | 63 | 70 |
| Binary | 10111111 | 1010101 | 11001000 | 100 | 111010 | 0 | 10110 | 100100111 | 110011 | 111000 |
Color Harmonies of #BF55C8
Complementary color
Monochromatic Colors of #BF55C8
Black with #BF55C8
Text Example
Text Example
White with #BF55C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF55C8; }
p { color: rgb(191,85,200); }
H1.HeaderClassName
{
color: #BF55C8;
}
.AnyTagClassName
{
color: #BF55C8;
}
</style>
background-color css
<style>
a { background-color: #BF55C8; }
a { background-color: rgb(191,85,200); }
div.DivClassName
{
background-color: #BF55C8;
}
.BgClassName
{
background-color: #BF55C8;
}
</style>
border-color css
<style>
span { border-color: #BF55C8; }
span { border-color: rgb(191,85,200); }
td.TdClassName
{
border-color: #BF55C8;
}
.TagClassName
{
border-color: #BF55C8;
}
</style>