#B26AB6

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

Shades of Fuchsia #B26AB6

Tints of Fuchsia #B26AB6

Color information

#B26AB6 (or 0xB26AB6) is unknown color: approx Fuchsia. HEX triplet: B2, 6A and B6. RGB value is (178,106,182). Sum of RGB (Red+Green+Blue) = 178+106+182=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 182 - color contains mainly: blue. Hex color #B26AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26AB6 is #4D9549. Grayscale: #878787. Windows color (decimal): -5084490 or 11954866. OLE color: 11954866.

HSL color Cylindrical-coordinate representation of color #B26AB6: hue angle of 296.84º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B26AB6 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178106182-
CMYK0.020.4200.29
HSL296.84º34.23%56.47%-
HSV(B)296.84º41.76%71.37%-
XYZ31.9623.1547.04-
YUV136.19153.85157.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 182 (71.48% from 255) = 39.06%
R=38.20%
G=22.75%
B=39.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781061820.020.4200.29296.8434.2356.47
HexB26AB622A01D1292238
Octal2621522662520354514270
Binary1011001011010101011011010101010011101100101001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26AB6; }

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

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

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

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

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

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

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

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