Shades of Fuchsia #BD64AF
Tints of Fuchsia #BD64AF
RGB
CMYK
RGB Variations
Color information
#BD64AF (or 0xBD64AF) is known color: Fuchsia. HEX triplet: BD, 64 and AF. RGB value is (189,100,175). Sum of RGB (Red+Green+Blue) = 189+100+175=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD64AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD64AF is #429B50. Grayscale: #868686. Windows color (decimal): -4365137 or 11494589. OLE color: 11494589.
HSL color Cylindrical-coordinate representation of color #BD64AF: hue angle of 309.44º 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 #BD64AF is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 175 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.26 |
| HSL | 309.44º | 0.4% | 0.57% | - |
| HSV(B) | 309.44º | 0.47% | 0.74% | - |
| XYZ | 33.28 | 23.03 | 43.25 | - |
| YUV | 135.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 175 | 0 | 0.47 | 0.07 | 0.26 | 309.44 | 0.4 | 0.57 |
| Hex | BD | 64 | AF | 0 | 2F | 7 | 1A | 135 | 28 | 39 |
| Octal | 275 | 144 | 257 | 0 | 57 | 7 | 32 | 465 | 50 | 71 |
| Binary | 10111101 | 1100100 | 10101111 | 0 | 101111 | 111 | 11010 | 100110101 | 101000 | 111001 |
Color Harmonies of #BD64AF
Complementary color
Monochromatic Colors of #BD64AF
Black with #BD64AF
Text Example
Text Example
White with #BD64AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64AF; }
p { color: rgb(189,100,175); }
H1.HeaderClassName
{
color: #BD64AF;
}
.AnyTagClassName
{
color: #BD64AF;
}
</style>
background-color css
<style>
a { background-color: #BD64AF; }
a { background-color: rgb(189,100,175); }
div.DivClassName
{
background-color: #BD64AF;
}
.BgClassName
{
background-color: #BD64AF;
}
</style>
border-color css
<style>
span { border-color: #BD64AF; }
span { border-color: rgb(189,100,175); }
td.TdClassName
{
border-color: #BD64AF;
}
.TagClassName
{
border-color: #BD64AF;
}
</style>