Shades of Fuchsia #BF50B3
Tints of Fuchsia #BF50B3
RGB
CMYK
RGB Variations
Color information
#BF50B3 (or 0xBF50B3) is known color: Fuchsia. HEX triplet: BF, 50 and B3. RGB value is (191,80,179). Sum of RGB (Red+Green+Blue) = 191+80+179=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF50B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF50B3 is #40AF4C. Grayscale: #7C7C7C. Windows color (decimal): -4239181 or 11751615. OLE color: 11751615.
HSL color Cylindrical-coordinate representation of color #BF50B3: hue angle of 306.49º 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 #BF50B3 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 179 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.25 |
| HSL | 306.49º | 0.46% | 0.53% | - |
| HSV(B) | 306.49º | 0.58% | 0.75% | - |
| XYZ | 32.49 | 20.07 | 44.81 | - |
| YUV | 124.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 179 | 0 | 0.58 | 0.06 | 0.25 | 306.49 | 0.46 | 0.53 |
| Hex | BF | 50 | B3 | 0 | 3A | 6 | 19 | 132 | 2E | 35 |
| Octal | 277 | 120 | 263 | 0 | 72 | 6 | 31 | 462 | 56 | 65 |
| Binary | 10111111 | 1010000 | 10110011 | 0 | 111010 | 110 | 11001 | 100110010 | 101110 | 110101 |
Color Harmonies of #BF50B3
Complementary color
Monochromatic Colors of #BF50B3
Black with #BF50B3
Text Example
Text Example
White with #BF50B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF50B3; }
p { color: rgb(191,80,179); }
H1.HeaderClassName
{
color: #BF50B3;
}
.AnyTagClassName
{
color: #BF50B3;
}
</style>
background-color css
<style>
a { background-color: #BF50B3; }
a { background-color: rgb(191,80,179); }
div.DivClassName
{
background-color: #BF50B3;
}
.BgClassName
{
background-color: #BF50B3;
}
</style>
border-color css
<style>
span { border-color: #BF50B3; }
span { border-color: rgb(191,80,179); }
td.TdClassName
{
border-color: #BF50B3;
}
.TagClassName
{
border-color: #BF50B3;
}
</style>