Shades of Fuchsia #BF55C0
Tints of Fuchsia #BF55C0
RGB
CMYK
RGB Variations
Color information
#BF55C0 (or 0xBF55C0) is known color: Fuchsia. HEX triplet: BF, 55 and C0. RGB value is (191,85,192). Sum of RGB (Red+Green+Blue) = 191+85+192=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF55C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55C0 is #40AA3F. Grayscale: #808080. Windows color (decimal): -4237888 or 12604863. OLE color: 12604863.
HSL color Cylindrical-coordinate representation of color #BF55C0: hue angle of 299.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF55C0 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 192 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.25 |
| HSL | 299.44º | 0.46% | 0.54% | - |
| HSV(B) | 299.44º | 0.56% | 0.75% | - |
| XYZ | 34.25 | 21.38 | 52.19 | - |
| YUV | 128.89 | 163.62 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 192 | 0.01 | 0.56 | 0 | 0.25 | 299.44 | 0.46 | 0.54 |
| Hex | BF | 55 | C0 | 1 | 38 | 0 | 19 | 12B | 2E | 36 |
| Octal | 277 | 125 | 300 | 1 | 70 | 0 | 31 | 453 | 56 | 66 |
| Binary | 10111111 | 1010101 | 11000000 | 1 | 111000 | 0 | 11001 | 100101011 | 101110 | 110110 |
Color Harmonies of #BF55C0
Complementary color
Monochromatic Colors of #BF55C0
Black with #BF55C0
Text Example
Text Example
White with #BF55C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF55C0; }
p { color: rgb(191,85,192); }
H1.HeaderClassName
{
color: #BF55C0;
}
.AnyTagClassName
{
color: #BF55C0;
}
</style>
background-color css
<style>
a { background-color: #BF55C0; }
a { background-color: rgb(191,85,192); }
div.DivClassName
{
background-color: #BF55C0;
}
.BgClassName
{
background-color: #BF55C0;
}
</style>
border-color css
<style>
span { border-color: #BF55C0; }
span { border-color: rgb(191,85,192); }
td.TdClassName
{
border-color: #BF55C0;
}
.TagClassName
{
border-color: #BF55C0;
}
</style>