Shades of Fuchsia #BD4FAE
Tints of Fuchsia #BD4FAE
RGB
CMYK
RGB Variations
Color information
#BD4FAE (or 0xBD4FAE) is known color: Fuchsia. HEX triplet: BD, 4F and AE. RGB value is (189,79,174). Sum of RGB (Red+Green+Blue) = 189+79+174=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4FAE is #42B051. Grayscale: #7A7A7A. Windows color (decimal): -4370514 or 11423677. OLE color: 11423677.
HSL color Cylindrical-coordinate representation of color #BD4FAE: hue angle of 308.18º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD4FAE is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 79 | 174 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.26 |
| HSL | 308.18º | 0.45% | 0.53% | - |
| HSV(B) | 308.18º | 0.58% | 0.74% | - |
| XYZ | 31.42 | 19.47 | 42.15 | - |
| YUV | 122.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 174 | 0 | 0.58 | 0.08 | 0.26 | 308.18 | 0.45 | 0.53 |
| Hex | BD | 4F | AE | 0 | 3A | 8 | 1A | 134 | 2D | 35 |
| Octal | 275 | 117 | 256 | 0 | 72 | 10 | 32 | 464 | 55 | 65 |
| Binary | 10111101 | 1001111 | 10101110 | 0 | 111010 | 1000 | 11010 | 100110100 | 101101 | 110101 |
Color Harmonies of #BD4FAE
Complementary color
Monochromatic Colors of #BD4FAE
Black with #BD4FAE
Text Example
Text Example
White with #BD4FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4FAE; }
p { color: rgb(189,79,174); }
H1.HeaderClassName
{
color: #BD4FAE;
}
.AnyTagClassName
{
color: #BD4FAE;
}
</style>
background-color css
<style>
a { background-color: #BD4FAE; }
a { background-color: rgb(189,79,174); }
div.DivClassName
{
background-color: #BD4FAE;
}
.BgClassName
{
background-color: #BD4FAE;
}
</style>
border-color css
<style>
span { border-color: #BD4FAE; }
span { border-color: rgb(189,79,174); }
td.TdClassName
{
border-color: #BD4FAE;
}
.TagClassName
{
border-color: #BD4FAE;
}
</style>