Shades of Fuchsia #BF50B8
Tints of Fuchsia #BF50B8
RGB
CMYK
RGB Variations
Color information
#BF50B8 (or 0xBF50B8) is known color: Fuchsia. HEX triplet: BF, 50 and B8. RGB value is (191,80,184). Sum of RGB (Red+Green+Blue) = 191+80+184=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF50B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF50B8 is #40AF47. Grayscale: #7C7C7C. Windows color (decimal): -4239176 or 12079295. OLE color: 12079295.
HSL color Cylindrical-coordinate representation of color #BF50B8: hue angle of 303.78º 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 #BF50B8 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 184 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.25 |
| HSL | 303.78º | 0.46% | 0.53% | - |
| HSV(B) | 303.78º | 0.58% | 0.75% | - |
| XYZ | 33.01 | 20.27 | 47.52 | - |
| YUV | 125.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 184 | 0 | 0.58 | 0.04 | 0.25 | 303.78 | 0.46 | 0.53 |
| Hex | BF | 50 | B8 | 0 | 3A | 4 | 19 | 130 | 2E | 35 |
| Octal | 277 | 120 | 270 | 0 | 72 | 4 | 31 | 460 | 56 | 65 |
| Binary | 10111111 | 1010000 | 10111000 | 0 | 111010 | 100 | 11001 | 100110000 | 101110 | 110101 |
Color Harmonies of #BF50B8
Complementary color
Monochromatic Colors of #BF50B8
Black with #BF50B8
Text Example
Text Example
White with #BF50B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF50B8; }
p { color: rgb(191,80,184); }
H1.HeaderClassName
{
color: #BF50B8;
}
.AnyTagClassName
{
color: #BF50B8;
}
</style>
background-color css
<style>
a { background-color: #BF50B8; }
a { background-color: rgb(191,80,184); }
div.DivClassName
{
background-color: #BF50B8;
}
.BgClassName
{
background-color: #BF50B8;
}
</style>
border-color css
<style>
span { border-color: #BF50B8; }
span { border-color: rgb(191,80,184); }
td.TdClassName
{
border-color: #BF50B8;
}
.TagClassName
{
border-color: #BF50B8;
}
</style>