Shades of Fuchsia #BF4DB2
Tints of Fuchsia #BF4DB2
RGB
CMYK
RGB Variations
Color information
#BF4DB2 (or 0xBF4DB2) is known color: Fuchsia. HEX triplet: BF, 4D and B2. RGB value is (191,77,178). Sum of RGB (Red+Green+Blue) = 191+77+178=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4DB2 is #40B24D. Grayscale: #7A7A7A. Windows color (decimal): -4239950 or 11685311. OLE color: 11685311.
HSL color Cylindrical-coordinate representation of color #BF4DB2: hue angle of 306.84º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4DB2 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 178 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.25 |
| HSL | 306.84º | 0.47% | 0.53% | - |
| HSV(B) | 306.84º | 0.6% | 0.75% | - |
| XYZ | 32.18 | 19.6 | 44.21 | - |
| YUV | 122.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 178 | 0 | 0.60 | 0.07 | 0.25 | 306.84 | 0.47 | 0.53 |
| Hex | BF | 4D | B2 | 0 | 3C | 7 | 19 | 133 | 2F | 35 |
| Octal | 277 | 115 | 262 | 0 | 74 | 7 | 31 | 463 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10110010 | 0 | 111100 | 111 | 11001 | 100110011 | 101111 | 110101 |
Color Harmonies of #BF4DB2
Complementary color
Monochromatic Colors of #BF4DB2
Black with #BF4DB2
Text Example
Text Example
White with #BF4DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DB2; }
p { color: rgb(191,77,178); }
H1.HeaderClassName
{
color: #BF4DB2;
}
.AnyTagClassName
{
color: #BF4DB2;
}
</style>
background-color css
<style>
a { background-color: #BF4DB2; }
a { background-color: rgb(191,77,178); }
div.DivClassName
{
background-color: #BF4DB2;
}
.BgClassName
{
background-color: #BF4DB2;
}
</style>
border-color css
<style>
span { border-color: #BF4DB2; }
span { border-color: rgb(191,77,178); }
td.TdClassName
{
border-color: #BF4DB2;
}
.TagClassName
{
border-color: #BF4DB2;
}
</style>