#B26ABE

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

Shades of Fuchsia #B26ABE

Tints of Fuchsia #B26ABE

Color information

#B26ABE (or 0xB26ABE) is unknown color: approx Fuchsia. HEX triplet: B2, 6A and BE. RGB value is (178,106,190). Sum of RGB (Red+Green+Blue) = 178+106+190=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #B26ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ABE is #4D9541. Grayscale: #888888. Windows color (decimal): -5084482 or 12479154. OLE color: 12479154.

HSL color Cylindrical-coordinate representation of color #B26ABE: hue angle of 291.43º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26ABE is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178106190-
CMYK0.060.4400.25
HSL291.43º39.25%58.04%-
HSV(B)291.43º44.21%74.51%-
XYZ32.8123.4951.52-
YUV137.1157.85157.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.55%
GREEN value IS 106 (41.80% from 255) = 22.36%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=37.55%
G=22.36%
B=40.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781061900.060.4400.25291.4339.2558.04
HexB26ABE62C019123273a
Octal2621522766540314434772
Binary10110010110101010111110110101100011001100100011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26ABE; }

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

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

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

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

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

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

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

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