Shades of Fuchsia #BF50B0
Tints of Fuchsia #BF50B0
RGB
CMYK
RGB Variations
Color information
#BF50B0 (or 0xBF50B0) is known color: Fuchsia. HEX triplet: BF, 50 and B0. RGB value is (191,80,176). Sum of RGB (Red+Green+Blue) = 191+80+176=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF50B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF50B0 is #40AF4F. Grayscale: #7B7B7B. Windows color (decimal): -4239184 or 11555007. OLE color: 11555007.
HSL color Cylindrical-coordinate representation of color #BF50B0: hue angle of 308.11º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF50B0 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 176 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.25 |
| HSL | 308.11º | 0.46% | 0.53% | - |
| HSV(B) | 308.11º | 0.58% | 0.75% | - |
| XYZ | 32.19 | 19.95 | 43.23 | - |
| YUV | 124.13 | 157.27 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 176 | 0 | 0.58 | 0.08 | 0.25 | 308.11 | 0.46 | 0.53 |
| Hex | BF | 50 | B0 | 0 | 3A | 8 | 19 | 134 | 2E | 35 |
| Octal | 277 | 120 | 260 | 0 | 72 | 10 | 31 | 464 | 56 | 65 |
| Binary | 10111111 | 1010000 | 10110000 | 0 | 111010 | 1000 | 11001 | 100110100 | 101110 | 110101 |
Color Harmonies of #BF50B0
Complementary color
Monochromatic Colors of #BF50B0
Black with #BF50B0
Text Example
Text Example
White with #BF50B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF50B0; }
p { color: rgb(191,80,176); }
H1.HeaderClassName
{
color: #BF50B0;
}
.AnyTagClassName
{
color: #BF50B0;
}
</style>
background-color css
<style>
a { background-color: #BF50B0; }
a { background-color: rgb(191,80,176); }
div.DivClassName
{
background-color: #BF50B0;
}
.BgClassName
{
background-color: #BF50B0;
}
</style>
border-color css
<style>
span { border-color: #BF50B0; }
span { border-color: rgb(191,80,176); }
td.TdClassName
{
border-color: #BF50B0;
}
.TagClassName
{
border-color: #BF50B0;
}
</style>