Shades of Fuchsia #B656BB
Tints of Fuchsia #B656BB
RGB
CMYK
RGB Variations
Color information
#B656BB (or 0xB656BB) is known color: Fuchsia. HEX triplet: B6, 56 and BB. RGB value is (182,86,187). Sum of RGB (Red+Green+Blue) = 182+86+187=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #B656BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656BB is #49A944. Grayscale: #7D7D7D. Windows color (decimal): -4827461 or 12277430. OLE color: 12277430.
HSL color Cylindrical-coordinate representation of color #B656BB: hue angle of 297.03º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B656BB is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 86 | 187 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.27 |
| HSL | 297.03º | 0.43% | 0.54% | - |
| HSV(B) | 297.03º | 0.54% | 0.73% | - |
| XYZ | 31.59 | 20.19 | 49.25 | - |
| YUV | 126.22 | 162.3 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 187 | 0.03 | 0.54 | 0 | 0.27 | 297.03 | 0.43 | 0.54 |
| Hex | B6 | 56 | BB | 3 | 36 | 0 | 1B | 129 | 2B | 36 |
| Octal | 266 | 126 | 273 | 3 | 66 | 0 | 33 | 451 | 53 | 66 |
| Binary | 10110110 | 1010110 | 10111011 | 11 | 110110 | 0 | 11011 | 100101001 | 101011 | 110110 |
Color Harmonies of #B656BB
Complementary color
Monochromatic Colors of #B656BB
Black with #B656BB
Text Example
Text Example
White with #B656BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B656BB; }
p { color: rgb(182,86,187); }
H1.HeaderClassName
{
color: #B656BB;
}
.AnyTagClassName
{
color: #B656BB;
}
</style>
background-color css
<style>
a { background-color: #B656BB; }
a { background-color: rgb(182,86,187); }
div.DivClassName
{
background-color: #B656BB;
}
.BgClassName
{
background-color: #B656BB;
}
</style>
border-color css
<style>
span { border-color: #B656BB; }
span { border-color: rgb(182,86,187); }
td.TdClassName
{
border-color: #B656BB;
}
.TagClassName
{
border-color: #B656BB;
}
</style>