#B26ABB

Color #B26ABB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B26ABB

Tints of Fuchsia #B26ABB

Color information

#B26ABB (or 0xB26ABB) is unknown color: approx Fuchsia. HEX triplet: B2, 6A and BB. RGB value is (178,106,187). Sum of RGB (Red+Green+Blue) = 178+106+187=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #B26ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ABB is #4D9544. Grayscale: #888888. Windows color (decimal): -5084485 or 12282546. OLE color: 12282546.

HSL color Cylindrical-coordinate representation of color #B26ABB: hue angle of 293.33º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B26ABB is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178106187-
CMYK0.050.4300.27
HSL293.33º37.33%57.45%-
HSV(B)293.33º43.32%73.33%-
XYZ32.4823.3649.81-
YUV136.76156.35157.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 37.79%
GREEN value IS 106 (41.80% from 255) = 22.51%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=37.79%
G=22.51%
B=39.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781061870.050.4300.27293.3337.3357.45
HexB26ABB52B01B1252539
Octal2621522735530334454571
Binary10110010110101010111011101101011011011100100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26ABB; }

 p { color: rgb(178,106,187); }

 H1.HeaderClassName
 {
   color: #B26ABB;
 }
 .AnyTagClassName
 {
   color: #B26ABB;
 }
</style>
background-color css

<style>
 a { background-color: #B26ABB; }

 a { background-color: rgb(178,106,187); }

 div.DivClassName
 {
   background-color: #B26ABB;
 }
 .BgClassName
 {
   background-color: #B26ABB;
 }
</style>
border-color css

<style>
 span { border-color: #B26ABB; }

 span { border-color: rgb(178,106,187); }

 td.TdClassName
 {
   border-color: #B26ABB;
 }
 .TagClassName
 {
   border-color: #B26ABB;
 }
</style>