#B36EB5

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

Shades of Fuchsia #B36EB5

Tints of Fuchsia #B36EB5

Color information

#B36EB5 (or 0xB36EB5) is unknown color: approx Fuchsia. HEX triplet: B3, 6E and B5. RGB value is (179,110,181). Sum of RGB (Red+Green+Blue) = 179+110+181=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 181 - color contains mainly: blue. Hex color #B36EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36EB5 is #4C914A. Grayscale: #8A8A8A. Windows color (decimal): -5017931 or 11890355. OLE color: 11890355.

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

Color convert

RGB179110181-
CMYK0.010.3900.29
HSL298.31º32.42%57.06%-
HSV(B)298.31º39.23%70.98%-
XYZ32.5124.0746.65-
YUV138.72151.86156.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 110 (43.36% from 255) = 23.40%
BLUE value IS 181 (71.09% from 255) = 38.51%
R=38.09%
G=23.40%
B=38.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791101810.010.3900.29298.3132.4257.06
HexB36EB512701D12a2039
Octal2631562651470354524071
Binary101100111101110101101011100111011101100101010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36EB5; }

 p { color: rgb(179,110,181); }

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

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

 a { background-color: rgb(179,110,181); }

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

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

 span { border-color: rgb(179,110,181); }

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