Shades of Fuchsia #B26FBA
Tints of Fuchsia #B26FBA
RGB
CMYK
RGB Variations
Color information
#B26FBA (or 0xB26FBA) is known color: Fuchsia. HEX triplet: B2, 6F and BA. RGB value is (178,111,186). Sum of RGB (Red+Green+Blue) = 178+111+186=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #B26FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FBA is #4D9045. Grayscale: #8B8B8B. Windows color (decimal): -5083206 or 12218290. OLE color: 12218290.
HSL color Cylindrical-coordinate representation of color #B26FBA: hue angle of 293.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B26FBA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 111 | 186 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.27 |
| HSL | 293.6º | 0.35% | 0.58% | - |
| HSV(B) | 293.6º | 0.4% | 0.73% | - |
| XYZ | 32.91 | 24.38 | 49.43 | - |
| YUV | 139.58 | 154.2 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 111 | 186 | 0.04 | 0.40 | 0 | 0.27 | 293.6 | 0.35 | 0.58 |
| Hex | B2 | 6F | BA | 4 | 28 | 0 | 1B | 126 | 23 | 3A |
| Octal | 262 | 157 | 272 | 4 | 50 | 0 | 33 | 446 | 43 | 72 |
| Binary | 10110010 | 1101111 | 10111010 | 100 | 101000 | 0 | 11011 | 100100110 | 100011 | 111010 |
Color Harmonies of #B26FBA
Complementary color
Monochromatic Colors of #B26FBA
Black with #B26FBA
Text Example
Text Example
White with #B26FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26FBA; }
p { color: rgb(178,111,186); }
H1.HeaderClassName
{
color: #B26FBA;
}
.AnyTagClassName
{
color: #B26FBA;
}
</style>
background-color css
<style>
a { background-color: #B26FBA; }
a { background-color: rgb(178,111,186); }
div.DivClassName
{
background-color: #B26FBA;
}
.BgClassName
{
background-color: #B26FBA;
}
</style>
border-color css
<style>
span { border-color: #B26FBA; }
span { border-color: rgb(178,111,186); }
td.TdClassName
{
border-color: #B26FBA;
}
.TagClassName
{
border-color: #B26FBA;
}
</style>