Shades of Fuchsia #BF4DBA
Tints of Fuchsia #BF4DBA
RGB
CMYK
RGB Variations
Color information
#BF4DBA (or 0xBF4DBA) is known color: Fuchsia. HEX triplet: BF, 4D and BA. RGB value is (191,77,186). Sum of RGB (Red+Green+Blue) = 191+77+186=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4DBA is #40B245. Grayscale: #7B7B7B. Windows color (decimal): -4239942 or 12209599. OLE color: 12209599.
HSL color Cylindrical-coordinate representation of color #BF4DBA: hue angle of 302.63º 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 #BF4DBA is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 186 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.25 |
| HSL | 302.63º | 0.47% | 0.53% | - |
| HSV(B) | 302.63º | 0.6% | 0.75% | - |
| XYZ | 33 | 19.93 | 48.56 | - |
| YUV | 123.51 | 163.27 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 186 | 0 | 0.60 | 0.03 | 0.25 | 302.63 | 0.47 | 0.53 |
| Hex | BF | 4D | BA | 0 | 3C | 3 | 19 | 12F | 2F | 35 |
| Octal | 277 | 115 | 272 | 0 | 74 | 3 | 31 | 457 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10111010 | 0 | 111100 | 11 | 11001 | 100101111 | 101111 | 110101 |
Color Harmonies of #BF4DBA
Complementary color
Monochromatic Colors of #BF4DBA
Black with #BF4DBA
Text Example
Text Example
White with #BF4DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DBA; }
p { color: rgb(191,77,186); }
H1.HeaderClassName
{
color: #BF4DBA;
}
.AnyTagClassName
{
color: #BF4DBA;
}
</style>
background-color css
<style>
a { background-color: #BF4DBA; }
a { background-color: rgb(191,77,186); }
div.DivClassName
{
background-color: #BF4DBA;
}
.BgClassName
{
background-color: #BF4DBA;
}
</style>
border-color css
<style>
span { border-color: #BF4DBA; }
span { border-color: rgb(191,77,186); }
td.TdClassName
{
border-color: #BF4DBA;
}
.TagClassName
{
border-color: #BF4DBA;
}
</style>