#B26EBB

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

Shades of Fuchsia #B26EBB

Tints of Fuchsia #B26EBB

Color information

#B26EBB (or 0xB26EBB) is unknown color: approx Fuchsia. HEX triplet: B2, 6E and BB. RGB value is (178,110,187). Sum of RGB (Red+Green+Blue) = 178+110+187=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #B26EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26EBB is #4D9144. Grayscale: #8A8A8A. Windows color (decimal): -5083461 or 12283570. OLE color: 12283570.

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

Color convert

RGB178110187-
CMYK0.050.4100.27
HSL292.99º36.15%58.24%-
HSV(B)292.99º41.18%73.33%-
XYZ32.9124.249.95-
YUV139.11155.03155.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 110 (43.36% from 255) = 23.16%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=37.47%
G=23.16%
B=39.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781101870.050.4100.27292.9936.1558.24
HexB26EBB52901B125243a
Octal2621562735510334454472
Binary10110010110111010111011101101001011011100100101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26EBB; }

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

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

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

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

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

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

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

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