Shades of Fuchsia #B647A6
Tints of Fuchsia #B647A6
RGB
CMYK
RGB Variations
Color information
#B647A6 (or 0xB647A6) is known color: Fuchsia. HEX triplet: B6, 47 and A6. RGB value is (182,71,166). Sum of RGB (Red+Green+Blue) = 182+71+166=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B647A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B647A6 is #49B859. Grayscale: #727272. Windows color (decimal): -4831322 or 10897334. OLE color: 10897334.
HSL color Cylindrical-coordinate representation of color #B647A6: hue angle of 308.65º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B647A6 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 166 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.29 |
| HSL | 308.65º | 0.44% | 0.5% | - |
| HSV(B) | 308.65º | 0.61% | 0.71% | - |
| XYZ | 28.43 | 17.2 | 37.9 | - |
| YUV | 115.02 | 156.77 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 166 | 0 | 0.61 | 0.09 | 0.29 | 308.65 | 0.44 | 0.5 |
| Hex | B6 | 47 | A6 | 0 | 3D | 9 | 1D | 135 | 2C | 32 |
| Octal | 266 | 107 | 246 | 0 | 75 | 11 | 35 | 465 | 54 | 62 |
| Binary | 10110110 | 1000111 | 10100110 | 0 | 111101 | 1001 | 11101 | 100110101 | 101100 | 110010 |
Color Harmonies of #B647A6
Complementary color
Monochromatic Colors of #B647A6
Black with #B647A6
Text Example
Text Example
White with #B647A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B647A6; }
p { color: rgb(182,71,166); }
H1.HeaderClassName
{
color: #B647A6;
}
.AnyTagClassName
{
color: #B647A6;
}
</style>
background-color css
<style>
a { background-color: #B647A6; }
a { background-color: rgb(182,71,166); }
div.DivClassName
{
background-color: #B647A6;
}
.BgClassName
{
background-color: #B647A6;
}
</style>
border-color css
<style>
span { border-color: #B647A6; }
span { border-color: rgb(182,71,166); }
td.TdClassName
{
border-color: #B647A6;
}
.TagClassName
{
border-color: #B647A6;
}
</style>