#B26EBC

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

Shades of Fuchsia #B26EBC

Tints of Fuchsia #B26EBC

Color information

#B26EBC (or 0xB26EBC) is unknown color: approx Fuchsia. HEX triplet: B2, 6E and BC. RGB value is (178,110,188). Sum of RGB (Red+Green+Blue) = 178+110+188=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #B26EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26EBC is #4D9143. Grayscale: #8A8A8A. Windows color (decimal): -5083460 or 12349106. OLE color: 12349106.

HSL color Cylindrical-coordinate representation of color #B26EBC: hue angle of 292.31º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B26EBC is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB178110188-
CMYK0.050.4100.26
HSL292.31º36.79%58.43%-
HSV(B)292.31º41.49%73.73%-
XYZ33.0124.2550.52-
YUV139.22155.53155.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 110 (43.36% from 255) = 23.11%
BLUE value IS 188 (73.83% from 255) = 39.50%
R=37.39%
G=23.11%
B=39.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781101880.050.4100.26292.3136.7958.43
HexB26EBC52901A124253a
Octal2621562745510324444572
Binary10110010110111010111100101101001011010100100100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26EBC; }

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

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

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

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

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

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

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

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