Shades of Fuchsia #BD6AAE
Tints of Fuchsia #BD6AAE
RGB
CMYK
RGB Variations
Color information
#BD6AAE (or 0xBD6AAE) is known color: Fuchsia. HEX triplet: BD, 6A and AE. RGB value is (189,106,174). Sum of RGB (Red+Green+Blue) = 189+106+174=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6AAE is #429551. Grayscale: #8A8A8A. Windows color (decimal): -4363602 or 11430589. OLE color: 11430589.
HSL color Cylindrical-coordinate representation of color #BD6AAE: hue angle of 310.84º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6AAE is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 174 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.26 |
| HSL | 310.84º | 0.39% | 0.58% | - |
| HSV(B) | 310.84º | 0.44% | 0.74% | - |
| XYZ | 33.78 | 24.18 | 42.93 | - |
| YUV | 138.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 174 | 0 | 0.44 | 0.08 | 0.26 | 310.84 | 0.39 | 0.58 |
| Hex | BD | 6A | AE | 0 | 2C | 8 | 1A | 137 | 27 | 3A |
| Octal | 275 | 152 | 256 | 0 | 54 | 10 | 32 | 467 | 47 | 72 |
| Binary | 10111101 | 1101010 | 10101110 | 0 | 101100 | 1000 | 11010 | 100110111 | 100111 | 111010 |
Color Harmonies of #BD6AAE
Complementary color
Monochromatic Colors of #BD6AAE
Black with #BD6AAE
Text Example
Text Example
White with #BD6AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6AAE; }
p { color: rgb(189,106,174); }
H1.HeaderClassName
{
color: #BD6AAE;
}
.AnyTagClassName
{
color: #BD6AAE;
}
</style>
background-color css
<style>
a { background-color: #BD6AAE; }
a { background-color: rgb(189,106,174); }
div.DivClassName
{
background-color: #BD6AAE;
}
.BgClassName
{
background-color: #BD6AAE;
}
</style>
border-color css
<style>
span { border-color: #BD6AAE; }
span { border-color: rgb(189,106,174); }
td.TdClassName
{
border-color: #BD6AAE;
}
.TagClassName
{
border-color: #BD6AAE;
}
</style>