Shades of Fuchsia #BF50B2
Tints of Fuchsia #BF50B2
RGB
CMYK
RGB Variations
Color information
#BF50B2 (or 0xBF50B2) is known color: Fuchsia. HEX triplet: BF, 50 and B2. RGB value is (191,80,178). Sum of RGB (Red+Green+Blue) = 191+80+178=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF50B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF50B2 is #40AF4D. Grayscale: #7C7C7C. Windows color (decimal): -4239182 or 11686079. OLE color: 11686079.
HSL color Cylindrical-coordinate representation of color #BF50B2: hue angle of 307.03º 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 #BF50B2 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 178 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.25 |
| HSL | 307.03º | 0.46% | 0.53% | - |
| HSV(B) | 307.03º | 0.58% | 0.75% | - |
| XYZ | 32.39 | 20.03 | 44.28 | - |
| YUV | 124.36 | 158.27 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 178 | 0 | 0.58 | 0.07 | 0.25 | 307.03 | 0.46 | 0.53 |
| Hex | BF | 50 | B2 | 0 | 3A | 7 | 19 | 133 | 2E | 35 |
| Octal | 277 | 120 | 262 | 0 | 72 | 7 | 31 | 463 | 56 | 65 |
| Binary | 10111111 | 1010000 | 10110010 | 0 | 111010 | 111 | 11001 | 100110011 | 101110 | 110101 |
Color Harmonies of #BF50B2
Complementary color
Monochromatic Colors of #BF50B2
Black with #BF50B2
Text Example
Text Example
White with #BF50B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF50B2; }
p { color: rgb(191,80,178); }
H1.HeaderClassName
{
color: #BF50B2;
}
.AnyTagClassName
{
color: #BF50B2;
}
</style>
background-color css
<style>
a { background-color: #BF50B2; }
a { background-color: rgb(191,80,178); }
div.DivClassName
{
background-color: #BF50B2;
}
.BgClassName
{
background-color: #BF50B2;
}
</style>
border-color css
<style>
span { border-color: #BF50B2; }
span { border-color: rgb(191,80,178); }
td.TdClassName
{
border-color: #BF50B2;
}
.TagClassName
{
border-color: #BF50B2;
}
</style>