Shades of Fuchsia #B26FB6
Tints of Fuchsia #B26FB6
RGB
CMYK
RGB Variations
Color information
#B26FB6 (or 0xB26FB6) is known color: Fuchsia. HEX triplet: B2, 6F and B6. RGB value is (178,111,182). Sum of RGB (Red+Green+Blue) = 178+111+182=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 182 - color contains mainly: blue. Hex color #B26FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FB6 is #4D9049. Grayscale: #8A8A8A. Windows color (decimal): -5083210 or 11956146. OLE color: 11956146.
HSL color Cylindrical-coordinate representation of color #B26FB6: hue angle of 296.62º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B26FB6 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 111 | 182 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.29 |
| HSL | 296.62º | 0.33% | 0.57% | - |
| HSV(B) | 296.62º | 0.39% | 0.71% | - |
| XYZ | 32.49 | 24.21 | 47.22 | - |
| YUV | 139.13 | 152.2 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 111 | 182 | 0.02 | 0.39 | 0 | 0.29 | 296.62 | 0.33 | 0.57 |
| Hex | B2 | 6F | B6 | 2 | 27 | 0 | 1D | 129 | 21 | 39 |
| Octal | 262 | 157 | 266 | 2 | 47 | 0 | 35 | 451 | 41 | 71 |
| Binary | 10110010 | 1101111 | 10110110 | 10 | 100111 | 0 | 11101 | 100101001 | 100001 | 111001 |
Color Harmonies of #B26FB6
Complementary color
Monochromatic Colors of #B26FB6
Black with #B26FB6
Text Example
Text Example
White with #B26FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26FB6; }
p { color: rgb(178,111,182); }
H1.HeaderClassName
{
color: #B26FB6;
}
.AnyTagClassName
{
color: #B26FB6;
}
</style>
background-color css
<style>
a { background-color: #B26FB6; }
a { background-color: rgb(178,111,182); }
div.DivClassName
{
background-color: #B26FB6;
}
.BgClassName
{
background-color: #B26FB6;
}
</style>
border-color css
<style>
span { border-color: #B26FB6; }
span { border-color: rgb(178,111,182); }
td.TdClassName
{
border-color: #B26FB6;
}
.TagClassName
{
border-color: #B26FB6;
}
</style>