#B26ABD

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

Shades of Fuchsia #B26ABD

Tints of Fuchsia #B26ABD

Color information

#B26ABD (or 0xB26ABD) is unknown color: approx Fuchsia. HEX triplet: B2, 6A and BD. RGB value is (178,106,189). Sum of RGB (Red+Green+Blue) = 178+106+189=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #B26ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ABD is #4D9542. Grayscale: #888888. Windows color (decimal): -5084483 or 12413618. OLE color: 12413618.

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

Color convert

RGB178106189-
CMYK0.060.4400.26
HSL292.05º38.6%57.84%-
HSV(B)292.05º43.92%74.12%-
XYZ32.723.4550.95-
YUV136.99157.35157.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.63%
GREEN value IS 106 (41.80% from 255) = 22.41%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=37.63%
G=22.41%
B=39.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781061890.060.4400.26292.0538.657.84
HexB26ABD62C01A124273a
Octal2621522756540324444772
Binary10110010110101010111101110101100011010100100100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26ABD; }

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

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

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

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

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

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

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

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