#B37CBA

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

Shades of East Side #B37CBA

Tints of East Side #B37CBA

Color information

#B37CBA (or 0xB37CBA) is unknown color: approx East Side. HEX triplet: B3, 7C and BA. RGB value is (179,124,186). Sum of RGB (Red+Green+Blue) = 179+124+186=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #B37CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37CBA is #4C8345. Grayscale: #939393. Windows color (decimal): -5014342 or 12221619. OLE color: 12221619.

HSL color Cylindrical-coordinate representation of color #B37CBA: hue angle of 293.23º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B37CBA is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179124186-
CMYK0.040.3300.27
HSL293.23º31%60.78%-
HSV(B)293.23º33.33%72.94%-
XYZ34.6627.5449.94-
YUV147.51149.72150.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 124 (48.83% from 255) = 25.36%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=36.61%
G=25.36%
B=38.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791241860.040.3300.27293.233160.78
HexB37CBA42101B1251f3d
Octal2631742724410334453775
Binary1011001111111001011101010010000101101110010010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37CBA; }

 p { color: rgb(179,124,186); }

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

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

 a { background-color: rgb(179,124,186); }

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

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

 span { border-color: rgb(179,124,186); }

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