#B26CB5

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

Shades of Fuchsia #B26CB5

Tints of Fuchsia #B26CB5

Color information

#B26CB5 (or 0xB26CB5) is unknown color: approx Fuchsia. HEX triplet: B2, 6C and B5. RGB value is (178,108,181). Sum of RGB (Red+Green+Blue) = 178+108+181=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 181 - color contains mainly: blue. Hex color #B26CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CB5 is #4D934A. Grayscale: #898989. Windows color (decimal): -5083979 or 11889842. OLE color: 11889842.

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

Color convert

RGB178108181-
CMYK0.020.4000.29
HSL297.53º33.03%56.67%-
HSV(B)297.53º40.33%70.98%-
XYZ32.0623.5346.57-
YUV137.25152.69157.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 181 (71.09% from 255) = 38.76%
R=38.12%
G=23.13%
B=38.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781081810.020.4000.29297.5333.0356.67
HexB26CB522801D12a2139
Octal2621542652500354524171
Binary1011001011011001011010110101000011101100101010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26CB5; }

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

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

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

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

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

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

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

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