Shades of Fuchsia #BD64AA
Tints of Fuchsia #BD64AA
RGB
CMYK
RGB Variations
Color information
#BD64AA (or 0xBD64AA) is known color: Fuchsia. HEX triplet: BD, 64 and AA. RGB value is (189,100,170). Sum of RGB (Red+Green+Blue) = 189+100+170=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD64AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD64AA is #429B55. Grayscale: #868686. Windows color (decimal): -4365142 or 11166909. OLE color: 11166909.
HSL color Cylindrical-coordinate representation of color #BD64AA: hue angle of 312.81º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD64AA is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 170 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.26 |
| HSL | 312.81º | 0.4% | 0.57% | - |
| HSV(B) | 312.81º | 0.47% | 0.74% | - |
| XYZ | 32.8 | 22.84 | 40.71 | - |
| YUV | 134.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 170 | 0 | 0.47 | 0.10 | 0.26 | 312.81 | 0.4 | 0.57 |
| Hex | BD | 64 | AA | 0 | 2F | A | 1A | 139 | 28 | 39 |
| Octal | 275 | 144 | 252 | 0 | 57 | 12 | 32 | 471 | 50 | 71 |
| Binary | 10111101 | 1100100 | 10101010 | 0 | 101111 | 1010 | 11010 | 100111001 | 101000 | 111001 |
Color Harmonies of #BD64AA
Complementary color
Monochromatic Colors of #BD64AA
Black with #BD64AA
Text Example
Text Example
White with #BD64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64AA; }
p { color: rgb(189,100,170); }
H1.HeaderClassName
{
color: #BD64AA;
}
.AnyTagClassName
{
color: #BD64AA;
}
</style>
background-color css
<style>
a { background-color: #BD64AA; }
a { background-color: rgb(189,100,170); }
div.DivClassName
{
background-color: #BD64AA;
}
.BgClassName
{
background-color: #BD64AA;
}
</style>
border-color css
<style>
span { border-color: #BD64AA; }
span { border-color: rgb(189,100,170); }
td.TdClassName
{
border-color: #BD64AA;
}
.TagClassName
{
border-color: #BD64AA;
}
</style>