#B26ABA

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

Shades of Fuchsia #B26ABA

Tints of Fuchsia #B26ABA

Color information

#B26ABA (or 0xB26ABA) is unknown color: approx Fuchsia. HEX triplet: B2, 6A and BA. RGB value is (178,106,186). Sum of RGB (Red+Green+Blue) = 178+106+186=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #B26ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ABA is #4D9545. Grayscale: #888888. Windows color (decimal): -5084486 or 12217010. OLE color: 12217010.

HSL color Cylindrical-coordinate representation of color #B26ABA: hue angle of 294º 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 #B26ABA is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178106186-
CMYK0.040.4300.27
HSL294º36.7%57.25%-
HSV(B)294º43.01%72.94%-
XYZ32.3823.3249.25-
YUV136.65155.85157.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.87%
GREEN value IS 106 (41.80% from 255) = 22.55%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=37.87%
G=22.55%
B=39.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781061860.040.4300.2729436.757.25
HexB26ABA42B01B1262539
Octal2621522724530334464571
Binary10110010110101010111010100101011011011100100110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26ABA; }

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

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

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

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

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

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

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

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