#B37CBD

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

Shades of East Side #B37CBD

Tints of East Side #B37CBD

Color information

#B37CBD (or 0xB37CBD) is unknown color: approx East Side. HEX triplet: B3, 7C and BD. RGB value is (179,124,189). Sum of RGB (Red+Green+Blue) = 179+124+189=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #B37CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37CBD is #4C8342. Grayscale: #939393. Windows color (decimal): -5014339 or 12418227. OLE color: 12418227.

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

Color convert

RGB179124189-
CMYK0.050.3400.26
HSL290.77º32.99%61.37%-
HSV(B)290.77º34.39%74.12%-
XYZ34.9827.6751.64-
YUV147.85151.22150.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.38%
GREEN value IS 124 (48.83% from 255) = 25.20%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=36.38%
G=25.20%
B=38.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791241890.050.3400.26290.7732.9961.37
HexB37CBD52201A123213d
Octal2631742755420324434175
Binary10110011111110010111101101100010011010100100011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37CBD; }

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

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

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

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

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

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

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

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