Shades of Fuchsia #B64DAC
Tints of Fuchsia #B64DAC
RGB
CMYK
RGB Variations
Color information
#B64DAC (or 0xB64DAC) is known color: Fuchsia. HEX triplet: B6, 4D and AC. RGB value is (182,77,172). Sum of RGB (Red+Green+Blue) = 182+77+172=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B64DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64DAC is #49B253. Grayscale: #767676. Windows color (decimal): -4829780 or 11292086. OLE color: 11292086.
HSL color Cylindrical-coordinate representation of color #B64DAC: hue angle of 305.71º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64DAC is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 77 | 172 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.29 |
| HSL | 305.71º | 0.42% | 0.51% | - |
| HSV(B) | 305.71º | 0.58% | 0.71% | - |
| XYZ | 29.39 | 18.23 | 41 | - |
| YUV | 119.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 172 | 0 | 0.58 | 0.05 | 0.29 | 305.71 | 0.42 | 0.51 |
| Hex | B6 | 4D | AC | 0 | 3A | 5 | 1D | 132 | 2A | 33 |
| Octal | 266 | 115 | 254 | 0 | 72 | 5 | 35 | 462 | 52 | 63 |
| Binary | 10110110 | 1001101 | 10101100 | 0 | 111010 | 101 | 11101 | 100110010 | 101010 | 110011 |
Color Harmonies of #B64DAC
Complementary color
Monochromatic Colors of #B64DAC
Black with #B64DAC
Text Example
Text Example
White with #B64DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64DAC; }
p { color: rgb(182,77,172); }
H1.HeaderClassName
{
color: #B64DAC;
}
.AnyTagClassName
{
color: #B64DAC;
}
</style>
background-color css
<style>
a { background-color: #B64DAC; }
a { background-color: rgb(182,77,172); }
div.DivClassName
{
background-color: #B64DAC;
}
.BgClassName
{
background-color: #B64DAC;
}
</style>
border-color css
<style>
span { border-color: #B64DAC; }
span { border-color: rgb(182,77,172); }
td.TdClassName
{
border-color: #B64DAC;
}
.TagClassName
{
border-color: #B64DAC;
}
</style>