Shades of Fuchsia #BF50C5
Tints of Fuchsia #BF50C5
RGB
CMYK
RGB Variations
Color information
#BF50C5 (or 0xBF50C5) is known color: Fuchsia. HEX triplet: BF, 50 and C5. RGB value is (191,80,197). Sum of RGB (Red+Green+Blue) = 191+80+197=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF50C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF50C5 is #40AF3A. Grayscale: #7E7E7E. Windows color (decimal): -4239163 or 12931263. OLE color: 12931263.
HSL color Cylindrical-coordinate representation of color #BF50C5: hue angle of 296.92º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF50C5 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 80 | 197 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.23 |
| HSL | 296.92º | 0.5% | 0.54% | - |
| HSV(B) | 296.92º | 0.59% | 0.77% | - |
| XYZ | 34.43 | 20.84 | 55.03 | - |
| YUV | 126.53 | 167.77 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 197 | 0.03 | 0.59 | 0 | 0.23 | 296.92 | 0.5 | 0.54 |
| Hex | BF | 50 | C5 | 3 | 3B | 0 | 17 | 129 | 32 | 36 |
| Octal | 277 | 120 | 305 | 3 | 73 | 0 | 27 | 451 | 62 | 66 |
| Binary | 10111111 | 1010000 | 11000101 | 11 | 111011 | 0 | 10111 | 100101001 | 110010 | 110110 |
Color Harmonies of #BF50C5
Complementary color
Monochromatic Colors of #BF50C5
Black with #BF50C5
Text Example
Text Example
White with #BF50C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF50C5; }
p { color: rgb(191,80,197); }
H1.HeaderClassName
{
color: #BF50C5;
}
.AnyTagClassName
{
color: #BF50C5;
}
</style>
background-color css
<style>
a { background-color: #BF50C5; }
a { background-color: rgb(191,80,197); }
div.DivClassName
{
background-color: #BF50C5;
}
.BgClassName
{
background-color: #BF50C5;
}
</style>
border-color css
<style>
span { border-color: #BF50C5; }
span { border-color: rgb(191,80,197); }
td.TdClassName
{
border-color: #BF50C5;
}
.TagClassName
{
border-color: #BF50C5;
}
</style>