#B36EBC

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

Shades of Fuchsia #B36EBC

Tints of Fuchsia #B36EBC

Color information

#B36EBC (or 0xB36EBC) is unknown color: approx Fuchsia. HEX triplet: B3, 6E and BC. RGB value is (179,110,188). Sum of RGB (Red+Green+Blue) = 179+110+188=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #B36EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36EBC is #4C9143. Grayscale: #8B8B8B. Windows color (decimal): -5017924 or 12349107. OLE color: 12349107.

HSL color Cylindrical-coordinate representation of color #B36EBC: hue angle of 293.08º 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 #B36EBC is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179110188-
CMYK0.050.4100.26
HSL293.08º36.79%58.43%-
HSV(B)293.08º41.49%73.73%-
XYZ33.2424.3750.53-
YUV139.52155.36156.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.53%
GREEN value IS 110 (43.36% from 255) = 23.06%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=37.53%
G=23.06%
B=39.41%

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
Decimal1791101880.050.4100.26293.0836.7958.43
HexB36EBC52901A125253a
Octal2631562745510324454572
Binary10110011110111010111100101101001011010100100101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36EBC; }

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

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

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

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

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

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

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

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