Shades of Fuchsia #BF55C9
Tints of Fuchsia #BF55C9
RGB
CMYK
RGB Variations
Color information
#BF55C9 (or 0xBF55C9) is known color: Fuchsia. HEX triplet: BF, 55 and C9. RGB value is (191,85,201). Sum of RGB (Red+Green+Blue) = 191+85+201=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF55C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55C9 is #40AA36. Grayscale: #818181. Windows color (decimal): -4237879 or 13194687. OLE color: 13194687.
HSL color Cylindrical-coordinate representation of color #BF55C9: hue angle of 294.83º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF55C9 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 85 | 201 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.21 |
| HSL | 294.83º | 0.52% | 0.56% | - |
| HSV(B) | 294.83º | 0.58% | 0.79% | - |
| XYZ | 35.28 | 21.79 | 57.61 | - |
| YUV | 129.92 | 168.12 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 201 | 0.05 | 0.58 | 0 | 0.21 | 294.83 | 0.52 | 0.56 |
| Hex | BF | 55 | C9 | 5 | 3A | 0 | 15 | 127 | 34 | 38 |
| Octal | 277 | 125 | 311 | 5 | 72 | 0 | 25 | 447 | 64 | 70 |
| Binary | 10111111 | 1010101 | 11001001 | 101 | 111010 | 0 | 10101 | 100100111 | 110100 | 111000 |
Color Harmonies of #BF55C9
Complementary color
Monochromatic Colors of #BF55C9
Black with #BF55C9
Text Example
Text Example
White with #BF55C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF55C9; }
p { color: rgb(191,85,201); }
H1.HeaderClassName
{
color: #BF55C9;
}
.AnyTagClassName
{
color: #BF55C9;
}
</style>
background-color css
<style>
a { background-color: #BF55C9; }
a { background-color: rgb(191,85,201); }
div.DivClassName
{
background-color: #BF55C9;
}
.BgClassName
{
background-color: #BF55C9;
}
</style>
border-color css
<style>
span { border-color: #BF55C9; }
span { border-color: rgb(191,85,201); }
td.TdClassName
{
border-color: #BF55C9;
}
.TagClassName
{
border-color: #BF55C9;
}
</style>