Shades of Fuchsia #BD4FAA
Tints of Fuchsia #BD4FAA
RGB
CMYK
RGB Variations
Color information
#BD4FAA (or 0xBD4FAA) is known color: Fuchsia. HEX triplet: BD, 4F and AA. RGB value is (189,79,170). Sum of RGB (Red+Green+Blue) = 189+79+170=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4FAA is #42B055. Grayscale: #7A7A7A. Windows color (decimal): -4370518 or 11161533. OLE color: 11161533.
HSL color Cylindrical-coordinate representation of color #BD4FAA: hue angle of 310.36º 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 #BD4FAA is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 79 | 170 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.26 |
| HSL | 310.36º | 0.45% | 0.53% | - |
| HSV(B) | 310.36º | 0.58% | 0.74% | - |
| XYZ | 31.04 | 19.31 | 40.12 | - |
| YUV | 122.26 | 154.94 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 170 | 0 | 0.58 | 0.10 | 0.26 | 310.36 | 0.45 | 0.53 |
| Hex | BD | 4F | AA | 0 | 3A | A | 1A | 136 | 2D | 35 |
| Octal | 275 | 117 | 252 | 0 | 72 | 12 | 32 | 466 | 55 | 65 |
| Binary | 10111101 | 1001111 | 10101010 | 0 | 111010 | 1010 | 11010 | 100110110 | 101101 | 110101 |
Color Harmonies of #BD4FAA
Complementary color
Monochromatic Colors of #BD4FAA
Black with #BD4FAA
Text Example
Text Example
White with #BD4FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4FAA; }
p { color: rgb(189,79,170); }
H1.HeaderClassName
{
color: #BD4FAA;
}
.AnyTagClassName
{
color: #BD4FAA;
}
</style>
background-color css
<style>
a { background-color: #BD4FAA; }
a { background-color: rgb(189,79,170); }
div.DivClassName
{
background-color: #BD4FAA;
}
.BgClassName
{
background-color: #BD4FAA;
}
</style>
border-color css
<style>
span { border-color: #BD4FAA; }
span { border-color: rgb(189,79,170); }
td.TdClassName
{
border-color: #BD4FAA;
}
.TagClassName
{
border-color: #BD4FAA;
}
</style>