#B26EBE

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

Shades of Fuchsia #B26EBE

Tints of Fuchsia #B26EBE

Color information

#B26EBE (or 0xB26EBE) is unknown color: approx Fuchsia. HEX triplet: B2, 6E and BE. RGB value is (178,110,190). Sum of RGB (Red+Green+Blue) = 178+110+190=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #B26EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26EBE is #4D9141. Grayscale: #8B8B8B. Windows color (decimal): -5083458 or 12480178. OLE color: 12480178.

HSL color Cylindrical-coordinate representation of color #B26EBE: hue angle of 291º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B26EBE is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178110190-
CMYK0.060.4200.25
HSL291º38.1%58.82%-
HSV(B)291º42.11%74.51%-
XYZ33.2324.3351.66-
YUV139.45156.53155.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.24%
GREEN value IS 110 (43.36% from 255) = 23.01%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=37.24%
G=23.01%
B=39.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781101900.060.4200.2529138.158.82
HexB26EBE62A019123263b
Octal2621562766520314434673
Binary10110010110111010111110110101010011001100100011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26EBE; }

 p { color: rgb(178,110,190); }

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

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

 a { background-color: rgb(178,110,190); }

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

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

 span { border-color: rgb(178,110,190); }

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