Shades of Fuchsia #BD64AE
Tints of Fuchsia #BD64AE
RGB
CMYK
RGB Variations
Color information
#BD64AE (or 0xBD64AE) is known color: Fuchsia. HEX triplet: BD, 64 and AE. RGB value is (189,100,174). Sum of RGB (Red+Green+Blue) = 189+100+174=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD64AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD64AE is #429B51. Grayscale: #868686. Windows color (decimal): -4365138 or 11429053. OLE color: 11429053.
HSL color Cylindrical-coordinate representation of color #BD64AE: hue angle of 310.11º 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 #BD64AE is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 174 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.26 |
| HSL | 310.11º | 0.4% | 0.57% | - |
| HSV(B) | 310.11º | 0.47% | 0.74% | - |
| XYZ | 33.18 | 22.99 | 42.73 | - |
| YUV | 135.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 174 | 0 | 0.47 | 0.08 | 0.26 | 310.11 | 0.4 | 0.57 |
| Hex | BD | 64 | AE | 0 | 2F | 8 | 1A | 136 | 28 | 39 |
| Octal | 275 | 144 | 256 | 0 | 57 | 10 | 32 | 466 | 50 | 71 |
| Binary | 10111101 | 1100100 | 10101110 | 0 | 101111 | 1000 | 11010 | 100110110 | 101000 | 111001 |
Color Harmonies of #BD64AE
Complementary color
Monochromatic Colors of #BD64AE
Black with #BD64AE
Text Example
Text Example
White with #BD64AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64AE; }
p { color: rgb(189,100,174); }
H1.HeaderClassName
{
color: #BD64AE;
}
.AnyTagClassName
{
color: #BD64AE;
}
</style>
background-color css
<style>
a { background-color: #BD64AE; }
a { background-color: rgb(189,100,174); }
div.DivClassName
{
background-color: #BD64AE;
}
.BgClassName
{
background-color: #BD64AE;
}
</style>
border-color css
<style>
span { border-color: #BD64AE; }
span { border-color: rgb(189,100,174); }
td.TdClassName
{
border-color: #BD64AE;
}
.TagClassName
{
border-color: #BD64AE;
}
</style>