Shades of Fuchsia #BF4EC9
Tints of Fuchsia #BF4EC9
RGB
CMYK
RGB Variations
Color information
#BF4EC9 (or 0xBF4EC9) is known color: Fuchsia. HEX triplet: BF, 4E and C9. RGB value is (191,78,201). Sum of RGB (Red+Green+Blue) = 191+78+201=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF4EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4EC9 is #40B136. Grayscale: #7D7D7D. Windows color (decimal): -4239671 or 13192895. OLE color: 13192895.
HSL color Cylindrical-coordinate representation of color #BF4EC9: hue angle of 295.12º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4EC9 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 78 | 201 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.21 |
| HSL | 295.12º | 0.53% | 0.55% | - |
| HSV(B) | 295.12º | 0.61% | 0.79% | - |
| XYZ | 34.75 | 20.74 | 57.43 | - |
| YUV | 125.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 201 | 0.05 | 0.61 | 0 | 0.21 | 295.12 | 0.53 | 0.55 |
| Hex | BF | 4E | C9 | 5 | 3D | 0 | 15 | 127 | 35 | 37 |
| Octal | 277 | 116 | 311 | 5 | 75 | 0 | 25 | 447 | 65 | 67 |
| Binary | 10111111 | 1001110 | 11001001 | 101 | 111101 | 0 | 10101 | 100100111 | 110101 | 110111 |
Color Harmonies of #BF4EC9
Complementary color
Monochromatic Colors of #BF4EC9
Black with #BF4EC9
Text Example
Text Example
White with #BF4EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4EC9; }
p { color: rgb(191,78,201); }
H1.HeaderClassName
{
color: #BF4EC9;
}
.AnyTagClassName
{
color: #BF4EC9;
}
</style>
background-color css
<style>
a { background-color: #BF4EC9; }
a { background-color: rgb(191,78,201); }
div.DivClassName
{
background-color: #BF4EC9;
}
.BgClassName
{
background-color: #BF4EC9;
}
</style>
border-color css
<style>
span { border-color: #BF4EC9; }
span { border-color: rgb(191,78,201); }
td.TdClassName
{
border-color: #BF4EC9;
}
.TagClassName
{
border-color: #BF4EC9;
}
</style>