Shades of Fuchsia #B656C1
Tints of Fuchsia #B656C1
RGB
CMYK
RGB Variations
Color information
#B656C1 (or 0xB656C1) is known color: Fuchsia. HEX triplet: B6, 56 and C1. RGB value is (182,86,193). Sum of RGB (Red+Green+Blue) = 182+86+193=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #B656C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656C1 is #49A93E. Grayscale: #7E7E7E. Windows color (decimal): -4827455 or 12670646. OLE color: 12670646.
HSL color Cylindrical-coordinate representation of color #B656C1: hue angle of 293.83º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B656C1 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 86 | 193 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.24 |
| HSL | 293.83º | 0.46% | 0.55% | - |
| HSV(B) | 293.83º | 0.55% | 0.76% | - |
| XYZ | 32.24 | 20.45 | 52.7 | - |
| YUV | 126.9 | 165.3 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 193 | 0.06 | 0.55 | 0 | 0.24 | 293.83 | 0.46 | 0.55 |
| Hex | B6 | 56 | C1 | 6 | 37 | 0 | 18 | 126 | 2E | 37 |
| Octal | 266 | 126 | 301 | 6 | 67 | 0 | 30 | 446 | 56 | 67 |
| Binary | 10110110 | 1010110 | 11000001 | 110 | 110111 | 0 | 11000 | 100100110 | 101110 | 110111 |
Color Harmonies of #B656C1
Complementary color
Monochromatic Colors of #B656C1
Black with #B656C1
Text Example
Text Example
White with #B656C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B656C1; }
p { color: rgb(182,86,193); }
H1.HeaderClassName
{
color: #B656C1;
}
.AnyTagClassName
{
color: #B656C1;
}
</style>
background-color css
<style>
a { background-color: #B656C1; }
a { background-color: rgb(182,86,193); }
div.DivClassName
{
background-color: #B656C1;
}
.BgClassName
{
background-color: #B656C1;
}
</style>
border-color css
<style>
span { border-color: #B656C1; }
span { border-color: rgb(182,86,193); }
td.TdClassName
{
border-color: #B656C1;
}
.TagClassName
{
border-color: #B656C1;
}
</style>