Shades of Fuchsia #B26FBD
Tints of Fuchsia #B26FBD
RGB
CMYK
RGB Variations
Color information
#B26FBD (or 0xB26FBD) is known color: Fuchsia. HEX triplet: B2, 6F and BD. RGB value is (178,111,189). Sum of RGB (Red+Green+Blue) = 178+111+189=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #B26FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FBD is #4D9042. Grayscale: #8B8B8B. Windows color (decimal): -5083203 or 12414898. OLE color: 12414898.
HSL color Cylindrical-coordinate representation of color #B26FBD: hue angle of 291.54º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B26FBD is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 111 | 189 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.26 |
| HSL | 291.54º | 0.37% | 0.59% | - |
| HSV(B) | 291.54º | 0.41% | 0.74% | - |
| XYZ | 33.23 | 24.51 | 51.12 | - |
| YUV | 139.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 111 | 189 | 0.06 | 0.41 | 0 | 0.26 | 291.54 | 0.37 | 0.59 |
| Hex | B2 | 6F | BD | 6 | 29 | 0 | 1A | 124 | 25 | 3B |
| Octal | 262 | 157 | 275 | 6 | 51 | 0 | 32 | 444 | 45 | 73 |
| Binary | 10110010 | 1101111 | 10111101 | 110 | 101001 | 0 | 11010 | 100100100 | 100101 | 111011 |
Color Harmonies of #B26FBD
Complementary color
Monochromatic Colors of #B26FBD
Black with #B26FBD
Text Example
Text Example
White with #B26FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26FBD; }
p { color: rgb(178,111,189); }
H1.HeaderClassName
{
color: #B26FBD;
}
.AnyTagClassName
{
color: #B26FBD;
}
</style>
background-color css
<style>
a { background-color: #B26FBD; }
a { background-color: rgb(178,111,189); }
div.DivClassName
{
background-color: #B26FBD;
}
.BgClassName
{
background-color: #B26FBD;
}
</style>
border-color css
<style>
span { border-color: #B26FBD; }
span { border-color: rgb(178,111,189); }
td.TdClassName
{
border-color: #B26FBD;
}
.TagClassName
{
border-color: #B26FBD;
}
</style>