Shades of Fuchsia #BF50BB
Tints of Fuchsia #BF50BB
RGB
CMYK
RGB Variations
Color information
#BF50BB (or 0xBF50BB) is known color: Fuchsia. HEX triplet: BF, 50 and BB. RGB value is (191,80,187). Sum of RGB (Red+Green+Blue) = 191+80+187=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF50BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF50BB is #40AF44. Grayscale: #7D7D7D. Windows color (decimal): -4239173 or 12275903. OLE color: 12275903.
HSL color Cylindrical-coordinate representation of color #BF50BB: hue angle of 302.16º 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 #BF50BB is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 187 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.25 |
| HSL | 302.16º | 0.46% | 0.53% | - |
| HSV(B) | 302.16º | 0.58% | 0.75% | - |
| XYZ | 33.32 | 20.4 | 49.2 | - |
| YUV | 125.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 187 | 0 | 0.58 | 0.02 | 0.25 | 302.16 | 0.46 | 0.53 |
| Hex | BF | 50 | BB | 0 | 3A | 2 | 19 | 12E | 2E | 35 |
| Octal | 277 | 120 | 273 | 0 | 72 | 2 | 31 | 456 | 56 | 65 |
| Binary | 10111111 | 1010000 | 10111011 | 0 | 111010 | 10 | 11001 | 100101110 | 101110 | 110101 |
Color Harmonies of #BF50BB
Complementary color
Monochromatic Colors of #BF50BB
Black with #BF50BB
Text Example
Text Example
White with #BF50BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF50BB; }
p { color: rgb(191,80,187); }
H1.HeaderClassName
{
color: #BF50BB;
}
.AnyTagClassName
{
color: #BF50BB;
}
</style>
background-color css
<style>
a { background-color: #BF50BB; }
a { background-color: rgb(191,80,187); }
div.DivClassName
{
background-color: #BF50BB;
}
.BgClassName
{
background-color: #BF50BB;
}
</style>
border-color css
<style>
span { border-color: #BF50BB; }
span { border-color: rgb(191,80,187); }
td.TdClassName
{
border-color: #BF50BB;
}
.TagClassName
{
border-color: #BF50BB;
}
</style>