#B37FBC

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

Shades of East Side #B37FBC

Tints of East Side #B37FBC

Color information

#B37FBC (or 0xB37FBC) is unknown color: approx East Side. HEX triplet: B3, 7F and BC. RGB value is (179,127,188). Sum of RGB (Red+Green+Blue) = 179+127+188=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #B37FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FBC is #4C8043. Grayscale: #959595. Windows color (decimal): -5013572 or 12353459. OLE color: 12353459.

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

Color convert

RGB179127188-
CMYK0.050.3200.26
HSL291.15º31.28%61.76%-
HSV(B)291.15º32.45%73.73%-
XYZ35.2628.3951.2-
YUV149.5149.73149.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.23%
GREEN value IS 127 (50% from 255) = 25.71%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=36.23%
G=25.71%
B=38.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791271880.050.3200.26291.1531.2861.76
HexB37FBC52001A1231f3e
Octal2631772745400324433776
Binary1011001111111111011110010110000001101010010001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FBC; }

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

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

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

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

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

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

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

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