#b26bb5

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

Shades of Fuchsia #B26BB5

Tints of Fuchsia #B26BB5

Color information

#B26BB5 (or 0xB26BB5) is unknown color: approx Fuchsia. HEX triplet: B2, 6B and B5. RGB value is (178,107,181). Sum of RGB (Red+Green+Blue) = 178+107+181=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #B26BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BB5 is #4D944A. Grayscale: #888888. Windows color (decimal): -5084235 or 11889586. OLE color: 11889586.

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

Color convert

RGB178107181-
CMYK0.020.4100.29
HSL297.57º33.33%56.47%-
HSV(B)297.57º40.88%70.98%-
XYZ31.9623.3246.53-
YUV136.67153.02157.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 107 (42.19% from 255) = 22.96%
BLUE value IS 181 (71.09% from 255) = 38.84%
R=38.20%
G=22.96%
B=38.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781071810.020.4100.29297.5733.3356.47
HexB26BB522901D12a2138
Octal2621532652510354524170
Binary1011001011010111011010110101001011101100101010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b26bb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b26bb5; }

 p { color: rgb(178,107,181); }

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

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

 a { background-color: rgb(178,107,181); }

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

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

 span { border-color: rgb(178,107,181); }

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