Shades of Fuchsia #BD6DAE
Tints of Fuchsia #BD6DAE
RGB
CMYK
RGB Variations
Color information
#BD6DAE (or 0xBD6DAE) is known color: Fuchsia. HEX triplet: BD, 6D and AE. RGB value is (189,109,174). Sum of RGB (Red+Green+Blue) = 189+109+174=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6DAE is #429251. Grayscale: #8C8C8C. Windows color (decimal): -4362834 or 11431357. OLE color: 11431357.
HSL color Cylindrical-coordinate representation of color #BD6DAE: hue angle of 311.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD6DAE is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 109 | 174 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.26 |
| HSL | 311.25º | 0.38% | 0.58% | - |
| HSV(B) | 311.25º | 0.42% | 0.74% | - |
| XYZ | 34.09 | 24.81 | 43.04 | - |
| YUV | 140.33 | 147 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 174 | 0 | 0.42 | 0.08 | 0.26 | 311.25 | 0.38 | 0.58 |
| Hex | BD | 6D | AE | 0 | 2A | 8 | 1A | 137 | 26 | 3A |
| Octal | 275 | 155 | 256 | 0 | 52 | 10 | 32 | 467 | 46 | 72 |
| Binary | 10111101 | 1101101 | 10101110 | 0 | 101010 | 1000 | 11010 | 100110111 | 100110 | 111010 |
Color Harmonies of #BD6DAE
Complementary color
Monochromatic Colors of #BD6DAE
Black with #BD6DAE
Text Example
Text Example
White with #BD6DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6DAE; }
p { color: rgb(189,109,174); }
H1.HeaderClassName
{
color: #BD6DAE;
}
.AnyTagClassName
{
color: #BD6DAE;
}
</style>
background-color css
<style>
a { background-color: #BD6DAE; }
a { background-color: rgb(189,109,174); }
div.DivClassName
{
background-color: #BD6DAE;
}
.BgClassName
{
background-color: #BD6DAE;
}
</style>
border-color css
<style>
span { border-color: #BD6DAE; }
span { border-color: rgb(189,109,174); }
td.TdClassName
{
border-color: #BD6DAE;
}
.TagClassName
{
border-color: #BD6DAE;
}
</style>