Shades of Fuchsia #BF4DAE
Tints of Fuchsia #BF4DAE
RGB
CMYK
RGB Variations
Color information
#BF4DAE (or 0xBF4DAE) is known color: Fuchsia. HEX triplet: BF, 4D and AE. RGB value is (191,77,174). Sum of RGB (Red+Green+Blue) = 191+77+174=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4DAE is #40B251. Grayscale: #797979. Windows color (decimal): -4239954 or 11423167. OLE color: 11423167.
HSL color Cylindrical-coordinate representation of color #BF4DAE: hue angle of 308.95º 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 #BF4DAE is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 174 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.25 |
| HSL | 308.95º | 0.47% | 0.53% | - |
| HSV(B) | 308.95º | 0.6% | 0.75% | - |
| XYZ | 31.78 | 19.44 | 42.12 | - |
| YUV | 122.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 174 | 0 | 0.60 | 0.09 | 0.25 | 308.95 | 0.47 | 0.53 |
| Hex | BF | 4D | AE | 0 | 3C | 9 | 19 | 135 | 2F | 35 |
| Octal | 277 | 115 | 256 | 0 | 74 | 11 | 31 | 465 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10101110 | 0 | 111100 | 1001 | 11001 | 100110101 | 101111 | 110101 |
Color Harmonies of #BF4DAE
Complementary color
Monochromatic Colors of #BF4DAE
Black with #BF4DAE
Text Example
Text Example
White with #BF4DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DAE; }
p { color: rgb(191,77,174); }
H1.HeaderClassName
{
color: #BF4DAE;
}
.AnyTagClassName
{
color: #BF4DAE;
}
</style>
background-color css
<style>
a { background-color: #BF4DAE; }
a { background-color: rgb(191,77,174); }
div.DivClassName
{
background-color: #BF4DAE;
}
.BgClassName
{
background-color: #BF4DAE;
}
</style>
border-color css
<style>
span { border-color: #BF4DAE; }
span { border-color: rgb(191,77,174); }
td.TdClassName
{
border-color: #BF4DAE;
}
.TagClassName
{
border-color: #BF4DAE;
}
</style>