Shades of Fuchsia #B26DBA
Tints of Fuchsia #B26DBA
RGB
CMYK
RGB Variations
Color information
#B26DBA (or 0xB26DBA) is known color: Fuchsia. HEX triplet: B2, 6D and BA. RGB value is (178,109,186). Sum of RGB (Red+Green+Blue) = 178+109+186=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #B26DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DBA is #4D9245. Grayscale: #8A8A8A. Windows color (decimal): -5083718 or 12217778. OLE color: 12217778.
HSL color Cylindrical-coordinate representation of color #B26DBA: hue angle of 293.77º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B26DBA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 109 | 186 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.27 |
| HSL | 293.77º | 0.36% | 0.58% | - |
| HSV(B) | 293.77º | 0.41% | 0.73% | - |
| XYZ | 32.69 | 23.95 | 49.35 | - |
| YUV | 138.41 | 154.86 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 186 | 0.04 | 0.41 | 0 | 0.27 | 293.77 | 0.36 | 0.58 |
| Hex | B2 | 6D | BA | 4 | 29 | 0 | 1B | 126 | 24 | 3A |
| Octal | 262 | 155 | 272 | 4 | 51 | 0 | 33 | 446 | 44 | 72 |
| Binary | 10110010 | 1101101 | 10111010 | 100 | 101001 | 0 | 11011 | 100100110 | 100100 | 111010 |
Color Harmonies of #B26DBA
Complementary color
Monochromatic Colors of #B26DBA
Black with #B26DBA
Text Example
Text Example
White with #B26DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26DBA; }
p { color: rgb(178,109,186); }
H1.HeaderClassName
{
color: #B26DBA;
}
.AnyTagClassName
{
color: #B26DBA;
}
</style>
background-color css
<style>
a { background-color: #B26DBA; }
a { background-color: rgb(178,109,186); }
div.DivClassName
{
background-color: #B26DBA;
}
.BgClassName
{
background-color: #B26DBA;
}
</style>
border-color css
<style>
span { border-color: #B26DBA; }
span { border-color: rgb(178,109,186); }
td.TdClassName
{
border-color: #B26DBA;
}
.TagClassName
{
border-color: #B26DBA;
}
</style>