Shades of Fuchsia #B26BB7
Tints of Fuchsia #B26BB7
RGB
CMYK
RGB Variations
Color information
#B26BB7 (or 0xB26BB7) is known color: Fuchsia. HEX triplet: B2, 6B and B7. RGB value is (178,107,183). Sum of RGB (Red+Green+Blue) = 178+107+183=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 183 - color contains mainly: blue. Hex color #B26BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BB7 is #4D9448. Grayscale: #888888. Windows color (decimal): -5084233 or 12020658. OLE color: 12020658.
HSL color Cylindrical-coordinate representation of color #B26BB7: hue angle of 296.05º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B26BB7 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 107 | 183 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.28 |
| HSL | 296.05º | 0.35% | 0.57% | - |
| HSV(B) | 296.05º | 0.42% | 0.72% | - |
| XYZ | 32.17 | 23.4 | 47.62 | - |
| YUV | 136.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 107 | 183 | 0.03 | 0.42 | 0 | 0.28 | 296.05 | 0.35 | 0.57 |
| Hex | B2 | 6B | B7 | 3 | 2A | 0 | 1C | 128 | 23 | 39 |
| Octal | 262 | 153 | 267 | 3 | 52 | 0 | 34 | 450 | 43 | 71 |
| Binary | 10110010 | 1101011 | 10110111 | 11 | 101010 | 0 | 11100 | 100101000 | 100011 | 111001 |
Color Harmonies of #B26BB7
Complementary color
Monochromatic Colors of #B26BB7
Black with #B26BB7
Text Example
Text Example
White with #B26BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26BB7; }
p { color: rgb(178,107,183); }
H1.HeaderClassName
{
color: #B26BB7;
}
.AnyTagClassName
{
color: #B26BB7;
}
</style>
background-color css
<style>
a { background-color: #B26BB7; }
a { background-color: rgb(178,107,183); }
div.DivClassName
{
background-color: #B26BB7;
}
.BgClassName
{
background-color: #B26BB7;
}
</style>
border-color css
<style>
span { border-color: #B26BB7; }
span { border-color: rgb(178,107,183); }
td.TdClassName
{
border-color: #B26BB7;
}
.TagClassName
{
border-color: #B26BB7;
}
</style>