Shades of Fuchsia #BF4EBA
Tints of Fuchsia #BF4EBA
RGB
CMYK
RGB Variations
Color information
#BF4EBA (or 0xBF4EBA) is known color: Fuchsia. HEX triplet: BF, 4E and BA. RGB value is (191,78,186). Sum of RGB (Red+Green+Blue) = 191+78+186=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4EBA is #40B145. Grayscale: #7B7B7B. Windows color (decimal): -4239686 or 12209855. OLE color: 12209855.
HSL color Cylindrical-coordinate representation of color #BF4EBA: hue angle of 302.65º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4EBA is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 186 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.25 |
| HSL | 302.65º | 0.47% | 0.53% | - |
| HSV(B) | 302.65º | 0.59% | 0.75% | - |
| XYZ | 33.07 | 20.07 | 48.59 | - |
| YUV | 124.1 | 162.94 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 186 | 0 | 0.59 | 0.03 | 0.25 | 302.65 | 0.47 | 0.53 |
| Hex | BF | 4E | BA | 0 | 3B | 3 | 19 | 12F | 2F | 35 |
| Octal | 277 | 116 | 272 | 0 | 73 | 3 | 31 | 457 | 57 | 65 |
| Binary | 10111111 | 1001110 | 10111010 | 0 | 111011 | 11 | 11001 | 100101111 | 101111 | 110101 |
Color Harmonies of #BF4EBA
Complementary color
Monochromatic Colors of #BF4EBA
Black with #BF4EBA
Text Example
Text Example
White with #BF4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4EBA; }
p { color: rgb(191,78,186); }
H1.HeaderClassName
{
color: #BF4EBA;
}
.AnyTagClassName
{
color: #BF4EBA;
}
</style>
background-color css
<style>
a { background-color: #BF4EBA; }
a { background-color: rgb(191,78,186); }
div.DivClassName
{
background-color: #BF4EBA;
}
.BgClassName
{
background-color: #BF4EBA;
}
</style>
border-color css
<style>
span { border-color: #BF4EBA; }
span { border-color: rgb(191,78,186); }
td.TdClassName
{
border-color: #BF4EBA;
}
.TagClassName
{
border-color: #BF4EBA;
}
</style>