Shades of Fuchsia #BF39B1
Tints of Fuchsia #BF39B1
RGB
CMYK
RGB Variations
Color information
#BF39B1 (or 0xBF39B1) is known color: Fuchsia. HEX triplet: BF, 39 and B1. RGB value is (191,57,177). Sum of RGB (Red+Green+Blue) = 191+57+177=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF39B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF39B1 is #40C64E. Grayscale: #6E6E6E. Windows color (decimal): -4245071 or 11614655. OLE color: 11614655.
HSL color Cylindrical-coordinate representation of color #BF39B1: hue angle of 306.27º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF39B1 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 57 | 177 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.25 |
| HSL | 306.27º | 0.54% | 0.49% | - |
| HSV(B) | 306.27º | 0.7% | 0.75% | - |
| XYZ | 30.88 | 17.18 | 43.28 | - |
| YUV | 110.75 | 165.39 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 57 | 177 | 0 | 0.70 | 0.07 | 0.25 | 306.27 | 0.54 | 0.49 |
| Hex | BF | 39 | B1 | 0 | 46 | 7 | 19 | 132 | 36 | 31 |
| Octal | 277 | 71 | 261 | 0 | 106 | 7 | 31 | 462 | 66 | 61 |
| Binary | 10111111 | 111001 | 10110001 | 0 | 1000110 | 111 | 11001 | 100110010 | 110110 | 110001 |
Color Harmonies of #BF39B1
Complementary color
Monochromatic Colors of #BF39B1
Black with #BF39B1
Text Example
Text Example
White with #BF39B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF39B1; }
p { color: rgb(191,57,177); }
H1.HeaderClassName
{
color: #BF39B1;
}
.AnyTagClassName
{
color: #BF39B1;
}
</style>
background-color css
<style>
a { background-color: #BF39B1; }
a { background-color: rgb(191,57,177); }
div.DivClassName
{
background-color: #BF39B1;
}
.BgClassName
{
background-color: #BF39B1;
}
</style>
border-color css
<style>
span { border-color: #BF39B1; }
span { border-color: rgb(191,57,177); }
td.TdClassName
{
border-color: #BF39B1;
}
.TagClassName
{
border-color: #BF39B1;
}
</style>