Shades of Fuchsia #BD4EAE
Tints of Fuchsia #BD4EAE
RGB
CMYK
RGB Variations
Color information
#BD4EAE (or 0xBD4EAE) is known color: Fuchsia. HEX triplet: BD, 4E and AE. RGB value is (189,78,174). Sum of RGB (Red+Green+Blue) = 189+78+174=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4EAE is #42B151. Grayscale: #797979. Windows color (decimal): -4370770 or 11423421. OLE color: 11423421.
HSL color Cylindrical-coordinate representation of color #BD4EAE: hue angle of 308.11º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4EAE is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 174 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.26 |
| HSL | 308.11º | 0.46% | 0.52% | - |
| HSV(B) | 308.11º | 0.59% | 0.74% | - |
| XYZ | 31.35 | 19.32 | 42.12 | - |
| YUV | 122.13 | 157.27 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 174 | 0 | 0.59 | 0.08 | 0.26 | 308.11 | 0.46 | 0.52 |
| Hex | BD | 4E | AE | 0 | 3B | 8 | 1A | 134 | 2E | 34 |
| Octal | 275 | 116 | 256 | 0 | 73 | 10 | 32 | 464 | 56 | 64 |
| Binary | 10111101 | 1001110 | 10101110 | 0 | 111011 | 1000 | 11010 | 100110100 | 101110 | 110100 |
Color Harmonies of #BD4EAE
Complementary color
Monochromatic Colors of #BD4EAE
Black with #BD4EAE
Text Example
Text Example
White with #BD4EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4EAE; }
p { color: rgb(189,78,174); }
H1.HeaderClassName
{
color: #BD4EAE;
}
.AnyTagClassName
{
color: #BD4EAE;
}
</style>
background-color css
<style>
a { background-color: #BD4EAE; }
a { background-color: rgb(189,78,174); }
div.DivClassName
{
background-color: #BD4EAE;
}
.BgClassName
{
background-color: #BD4EAE;
}
</style>
border-color css
<style>
span { border-color: #BD4EAE; }
span { border-color: rgb(189,78,174); }
td.TdClassName
{
border-color: #BD4EAE;
}
.TagClassName
{
border-color: #BD4EAE;
}
</style>