#B36EB9

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

Shades of Fuchsia #B36EB9

Tints of Fuchsia #B36EB9

Color information

#B36EB9 (or 0xB36EB9) is unknown color: approx Fuchsia. HEX triplet: B3, 6E and B9. RGB value is (179,110,185). Sum of RGB (Red+Green+Blue) = 179+110+185=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 185 - color contains mainly: blue. Hex color #B36EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36EB9 is #4C9146. Grayscale: #8A8A8A. Windows color (decimal): -5017927 or 12152499. OLE color: 12152499.

HSL color Cylindrical-coordinate representation of color #B36EB9: hue angle of 295.2º degrees, saturation: 0.35, 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 #B36EB9 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179110185-
CMYK0.030.4100.27
HSL295.2º34.88%57.84%-
HSV(B)295.2º40.54%72.55%-
XYZ32.9224.2448.84-
YUV139.18153.86156.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.76%
GREEN value IS 110 (43.36% from 255) = 23.21%
BLUE value IS 185 (72.66% from 255) = 39.03%
R=37.76%
G=23.21%
B=39.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791101850.030.4100.27295.234.8857.84
HexB36EB932901B127233a
Octal2631562713510334474372
Binary1011001111011101011100111101001011011100100111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36EB9; }

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

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

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

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

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

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

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

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