Shades of Fuchsia #BF51C1
Tints of Fuchsia #BF51C1
RGB
CMYK
RGB Variations
Color information
#BF51C1 (or 0xBF51C1) is known color: Fuchsia. HEX triplet: BF, 51 and C1. RGB value is (191,81,193). Sum of RGB (Red+Green+Blue) = 191+81+193=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF51C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF51C1 is #40AE3E. Grayscale: #7E7E7E. Windows color (decimal): -4238911 or 12669375. OLE color: 12669375.
HSL color Cylindrical-coordinate representation of color #BF51C1: hue angle of 298.93º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF51C1 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 81 | 193 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.24 |
| HSL | 298.93º | 0.47% | 0.54% | - |
| HSV(B) | 298.93º | 0.58% | 0.76% | - |
| XYZ | 34.05 | 20.81 | 52.67 | - |
| YUV | 126.66 | 165.44 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 193 | 0.01 | 0.58 | 0 | 0.24 | 298.93 | 0.47 | 0.54 |
| Hex | BF | 51 | C1 | 1 | 3A | 0 | 18 | 12B | 2F | 36 |
| Octal | 277 | 121 | 301 | 1 | 72 | 0 | 30 | 453 | 57 | 66 |
| Binary | 10111111 | 1010001 | 11000001 | 1 | 111010 | 0 | 11000 | 100101011 | 101111 | 110110 |
Color Harmonies of #BF51C1
Complementary color
Monochromatic Colors of #BF51C1
Black with #BF51C1
Text Example
Text Example
White with #BF51C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF51C1; }
p { color: rgb(191,81,193); }
H1.HeaderClassName
{
color: #BF51C1;
}
.AnyTagClassName
{
color: #BF51C1;
}
</style>
background-color css
<style>
a { background-color: #BF51C1; }
a { background-color: rgb(191,81,193); }
div.DivClassName
{
background-color: #BF51C1;
}
.BgClassName
{
background-color: #BF51C1;
}
</style>
border-color css
<style>
span { border-color: #BF51C1; }
span { border-color: rgb(191,81,193); }
td.TdClassName
{
border-color: #BF51C1;
}
.TagClassName
{
border-color: #BF51C1;
}
</style>