Shades of Fuchsia #B26BBD
Tints of Fuchsia #B26BBD
RGB
CMYK
RGB Variations
Color information
#B26BBD (or 0xB26BBD) is known color: Fuchsia. HEX triplet: B2, 6B and BD. RGB value is (178,107,189). Sum of RGB (Red+Green+Blue) = 178+107+189=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #B26BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BBD is #4D9442. Grayscale: #898989. Windows color (decimal): -5084227 or 12413874. OLE color: 12413874.
HSL color Cylindrical-coordinate representation of color #B26BBD: hue angle of 291.95º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B26BBD is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 107 | 189 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.26 |
| HSL | 291.95º | 0.38% | 0.58% | - |
| HSV(B) | 291.95º | 0.43% | 0.74% | - |
| XYZ | 32.8 | 23.65 | 50.98 | - |
| YUV | 137.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 107 | 189 | 0.06 | 0.43 | 0 | 0.26 | 291.95 | 0.38 | 0.58 |
| Hex | B2 | 6B | BD | 6 | 2B | 0 | 1A | 124 | 26 | 3A |
| Octal | 262 | 153 | 275 | 6 | 53 | 0 | 32 | 444 | 46 | 72 |
| Binary | 10110010 | 1101011 | 10111101 | 110 | 101011 | 0 | 11010 | 100100100 | 100110 | 111010 |
Color Harmonies of #B26BBD
Complementary color
Monochromatic Colors of #B26BBD
Black with #B26BBD
Text Example
Text Example
White with #B26BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26BBD; }
p { color: rgb(178,107,189); }
H1.HeaderClassName
{
color: #B26BBD;
}
.AnyTagClassName
{
color: #B26BBD;
}
</style>
background-color css
<style>
a { background-color: #B26BBD; }
a { background-color: rgb(178,107,189); }
div.DivClassName
{
background-color: #B26BBD;
}
.BgClassName
{
background-color: #B26BBD;
}
</style>
border-color css
<style>
span { border-color: #B26BBD; }
span { border-color: rgb(178,107,189); }
td.TdClassName
{
border-color: #B26BBD;
}
.TagClassName
{
border-color: #B26BBD;
}
</style>