Shades of Fuchsia #BD6AAA
Tints of Fuchsia #BD6AAA
RGB
CMYK
RGB Variations
Color information
#BD6AAA (or 0xBD6AAA) is known color: Fuchsia. HEX triplet: BD, 6A and AA. RGB value is (189,106,170). Sum of RGB (Red+Green+Blue) = 189+106+170=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6AAA is #429555. Grayscale: #898989. Windows color (decimal): -4363606 or 11168445. OLE color: 11168445.
HSL color Cylindrical-coordinate representation of color #BD6AAA: hue angle of 313.73º 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 #BD6AAA is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 170 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.26 |
| HSL | 313.73º | 0.39% | 0.58% | - |
| HSV(B) | 313.73º | 0.44% | 0.74% | - |
| XYZ | 33.4 | 24.03 | 40.91 | - |
| YUV | 138.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 170 | 0 | 0.44 | 0.10 | 0.26 | 313.73 | 0.39 | 0.58 |
| Hex | BD | 6A | AA | 0 | 2C | A | 1A | 13A | 27 | 3A |
| Octal | 275 | 152 | 252 | 0 | 54 | 12 | 32 | 472 | 47 | 72 |
| Binary | 10111101 | 1101010 | 10101010 | 0 | 101100 | 1010 | 11010 | 100111010 | 100111 | 111010 |
Color Harmonies of #BD6AAA
Complementary color
Monochromatic Colors of #BD6AAA
Black with #BD6AAA
Text Example
Text Example
White with #BD6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6AAA; }
p { color: rgb(189,106,170); }
H1.HeaderClassName
{
color: #BD6AAA;
}
.AnyTagClassName
{
color: #BD6AAA;
}
</style>
background-color css
<style>
a { background-color: #BD6AAA; }
a { background-color: rgb(189,106,170); }
div.DivClassName
{
background-color: #BD6AAA;
}
.BgClassName
{
background-color: #BD6AAA;
}
</style>
border-color css
<style>
span { border-color: #BD6AAA; }
span { border-color: rgb(189,106,170); }
td.TdClassName
{
border-color: #BD6AAA;
}
.TagClassName
{
border-color: #BD6AAA;
}
</style>