#B37FBE

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

Shades of East Side #B37FBE

Tints of East Side #B37FBE

Color information

#B37FBE (or 0xB37FBE) is unknown color: approx East Side. HEX triplet: B3, 7F and BE. RGB value is (179,127,190). Sum of RGB (Red+Green+Blue) = 179+127+190=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #B37FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FBE is #4C8041. Grayscale: #959595. Windows color (decimal): -5013570 or 12484531. OLE color: 12484531.

HSL color Cylindrical-coordinate representation of color #B37FBE: hue angle of 289.52º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B37FBE is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179127190-
CMYK0.060.3300.25
HSL289.52º32.64%62.16%-
HSV(B)289.52º33.16%74.51%-
XYZ35.4728.4852.34-
YUV149.73150.73148.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 127 (50% from 255) = 25.60%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=36.09%
G=25.60%
B=38.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791271900.060.3300.25289.5232.6462.16
HexB37FBE621019122213e
Octal2631772766410314424176
Binary10110011111111110111110110100001011001100100010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FBE; }

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

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

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

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

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

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

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

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