#B37DBA

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

Shades of East Side #B37DBA

Tints of East Side #B37DBA

Color information

#B37DBA (or 0xB37DBA) is unknown color: approx East Side. HEX triplet: B3, 7D and BA. RGB value is (179,125,186). Sum of RGB (Red+Green+Blue) = 179+125+186=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #B37DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37DBA is #4C8245. Grayscale: #939393. Windows color (decimal): -5014086 or 12221875. OLE color: 12221875.

HSL color Cylindrical-coordinate representation of color #B37DBA: hue angle of 293.11º 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 #B37DBA is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179125186-
CMYK0.040.3300.27
HSL293.11º30.65%60.98%-
HSV(B)293.11º32.8%72.94%-
XYZ34.7927.849.99-
YUV148.1149.39150.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.53%
GREEN value IS 125 (49.22% from 255) = 25.51%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=36.53%
G=25.51%
B=37.96%

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
Decimal1791251860.040.3300.27293.1130.6560.98
HexB37DBA42101B1251f3d
Octal2631752724410334453775
Binary1011001111111011011101010010000101101110010010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37DBA; }

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

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

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

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

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

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

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

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