Shades of Fuchsia #B656AD
Tints of Fuchsia #B656AD
RGB
CMYK
RGB Variations
Color information
#B656AD (or 0xB656AD) is known color: Fuchsia. HEX triplet: B6, 56 and AD. RGB value is (182,86,173). Sum of RGB (Red+Green+Blue) = 182+86+173=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B656AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B656AD is #49A952. Grayscale: #7C7C7C. Windows color (decimal): -4827475 or 11359926. OLE color: 11359926.
HSL color Cylindrical-coordinate representation of color #B656AD: hue angle of 305.62º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B656AD is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 86 | 173 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.29 |
| HSL | 305.63º | 0.4% | 0.53% | - |
| HSV(B) | 305.63º | 0.53% | 0.71% | - |
| XYZ | 30.16 | 19.62 | 41.73 | - |
| YUV | 124.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 173 | 0 | 0.53 | 0.05 | 0.29 | 305.63 | 0.4 | 0.53 |
| Hex | B6 | 56 | AD | 0 | 35 | 5 | 1D | 132 | 28 | 35 |
| Octal | 266 | 126 | 255 | 0 | 65 | 5 | 35 | 462 | 50 | 65 |
| Binary | 10110110 | 1010110 | 10101101 | 0 | 110101 | 101 | 11101 | 100110010 | 101000 | 110101 |
Color Harmonies of #B656AD
Complementary color
Monochromatic Colors of #B656AD
Black with #B656AD
Text Example
Text Example
White with #B656AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B656AD; }
p { color: rgb(182,86,173); }
H1.HeaderClassName
{
color: #B656AD;
}
.AnyTagClassName
{
color: #B656AD;
}
</style>
background-color css
<style>
a { background-color: #B656AD; }
a { background-color: rgb(182,86,173); }
div.DivClassName
{
background-color: #B656AD;
}
.BgClassName
{
background-color: #B656AD;
}
</style>
border-color css
<style>
span { border-color: #B656AD; }
span { border-color: rgb(182,86,173); }
td.TdClassName
{
border-color: #B656AD;
}
.TagClassName
{
border-color: #B656AD;
}
</style>