Shades of Fuchsia #B26EBD
Tints of Fuchsia #B26EBD
RGB
CMYK
RGB Variations
Color information
#B26EBD (or 0xB26EBD) is known color: Fuchsia. HEX triplet: B2, 6E and BD. RGB value is (178,110,189). Sum of RGB (Red+Green+Blue) = 178+110+189=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #B26EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26EBD is #4D9142. Grayscale: #8B8B8B. Windows color (decimal): -5083459 or 12414642. OLE color: 12414642.
HSL color Cylindrical-coordinate representation of color #B26EBD: hue angle of 291.65º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B26EBD is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 110 | 189 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.26 |
| HSL | 291.65º | 0.37% | 0.59% | - |
| HSV(B) | 291.65º | 0.42% | 0.74% | - |
| XYZ | 33.12 | 24.29 | 51.09 | - |
| YUV | 139.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 189 | 0.06 | 0.42 | 0 | 0.26 | 291.65 | 0.37 | 0.59 |
| Hex | B2 | 6E | BD | 6 | 2A | 0 | 1A | 124 | 25 | 3B |
| Octal | 262 | 156 | 275 | 6 | 52 | 0 | 32 | 444 | 45 | 73 |
| Binary | 10110010 | 1101110 | 10111101 | 110 | 101010 | 0 | 11010 | 100100100 | 100101 | 111011 |
Color Harmonies of #B26EBD
Complementary color
Monochromatic Colors of #B26EBD
Black with #B26EBD
Text Example
Text Example
White with #B26EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26EBD; }
p { color: rgb(178,110,189); }
H1.HeaderClassName
{
color: #B26EBD;
}
.AnyTagClassName
{
color: #B26EBD;
}
</style>
background-color css
<style>
a { background-color: #B26EBD; }
a { background-color: rgb(178,110,189); }
div.DivClassName
{
background-color: #B26EBD;
}
.BgClassName
{
background-color: #B26EBD;
}
</style>
border-color css
<style>
span { border-color: #B26EBD; }
span { border-color: rgb(178,110,189); }
td.TdClassName
{
border-color: #B26EBD;
}
.TagClassName
{
border-color: #B26EBD;
}
</style>