Shades of Fuchsia #B64AAF
Tints of Fuchsia #B64AAF
RGB
CMYK
RGB Variations
Color information
#B64AAF (or 0xB64AAF) is known color: Fuchsia. HEX triplet: B6, 4A and AF. RGB value is (182,74,175). Sum of RGB (Red+Green+Blue) = 182+74+175=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B64AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64AAF is #49B550. Grayscale: #757575. Windows color (decimal): -4830545 or 11487926. OLE color: 11487926.
HSL color Cylindrical-coordinate representation of color #B64AAF: hue angle of 303.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64AAF is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 74 | 175 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.29 |
| HSL | 303.89º | 0.43% | 0.5% | - |
| HSV(B) | 303.89º | 0.59% | 0.71% | - |
| XYZ | 29.48 | 17.94 | 42.47 | - |
| YUV | 117.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 175 | 0 | 0.59 | 0.04 | 0.29 | 303.89 | 0.43 | 0.5 |
| Hex | B6 | 4A | AF | 0 | 3B | 4 | 1D | 130 | 2B | 32 |
| Octal | 266 | 112 | 257 | 0 | 73 | 4 | 35 | 460 | 53 | 62 |
| Binary | 10110110 | 1001010 | 10101111 | 0 | 111011 | 100 | 11101 | 100110000 | 101011 | 110010 |
Color Harmonies of #B64AAF
Complementary color
Monochromatic Colors of #B64AAF
Black with #B64AAF
Text Example
Text Example
White with #B64AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64AAF; }
p { color: rgb(182,74,175); }
H1.HeaderClassName
{
color: #B64AAF;
}
.AnyTagClassName
{
color: #B64AAF;
}
</style>
background-color css
<style>
a { background-color: #B64AAF; }
a { background-color: rgb(182,74,175); }
div.DivClassName
{
background-color: #B64AAF;
}
.BgClassName
{
background-color: #B64AAF;
}
</style>
border-color css
<style>
span { border-color: #B64AAF; }
span { border-color: rgb(182,74,175); }
td.TdClassName
{
border-color: #B64AAF;
}
.TagClassName
{
border-color: #B64AAF;
}
</style>