#B26CB6

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

Shades of Fuchsia #B26CB6

Tints of Fuchsia #B26CB6

Color information

#B26CB6 (or 0xB26CB6) is unknown color: approx Fuchsia. HEX triplet: B2, 6C and B6. RGB value is (178,108,182). Sum of RGB (Red+Green+Blue) = 178+108+182=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 182 - color contains mainly: blue. Hex color #B26CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CB6 is #4D9349. Grayscale: #898989. Windows color (decimal): -5083978 or 11955378. OLE color: 11955378.

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

Color convert

RGB178108182-
CMYK0.020.4100.29
HSL296.76º33.64%56.86%-
HSV(B)296.76º40.66%71.37%-
XYZ32.1723.5747.11-
YUV137.37153.19156.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 108 (42.58% from 255) = 23.08%
BLUE value IS 182 (71.48% from 255) = 38.89%
R=38.03%
G=23.08%
B=38.89%

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
Decimal1781081820.020.4100.29296.7633.6456.86
HexB26CB622901D1292239
Octal2621542662510354514271
Binary1011001011011001011011010101001011101100101001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26CB6; }

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

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

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

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

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

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

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

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