#B26ABF

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

Shades of Fuchsia #B26ABF

Tints of Fuchsia #B26ABF

Color information

#B26ABF (or 0xB26ABF) is unknown color: approx Fuchsia. HEX triplet: B2, 6A and BF. RGB value is (178,106,191). Sum of RGB (Red+Green+Blue) = 178+106+191=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #B26ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ABF is #4D9540. Grayscale: #888888. Windows color (decimal): -5084481 or 12544690. OLE color: 12544690.

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

Color convert

RGB178106191-
CMYK0.070.4500.25
HSL290.82º39.91%58.24%-
HSV(B)290.82º44.5%74.9%-
XYZ32.9223.5352.1-
YUV137.22158.35157.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 106 (41.80% from 255) = 22.32%
BLUE value IS 191 (75% from 255) = 40.21%
R=37.47%
G=22.32%
B=40.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781061910.070.4500.25290.8239.9158.24
HexB26ABF72D019123283a
Octal2621522777550314435072
Binary10110010110101010111111111101101011001100100011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26ABF; }

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

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

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

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

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

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

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

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