#B37ABE

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

Shades of East Side #B37ABE

Tints of East Side #B37ABE

Color information

#B37ABE (or 0xB37ABE) is unknown color: approx East Side. HEX triplet: B3, 7A and BE. RGB value is (179,122,190). Sum of RGB (Red+Green+Blue) = 179+122+190=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #B37ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37ABE is #4C8541. Grayscale: #929292. Windows color (decimal): -5014850 or 12483251. OLE color: 12483251.

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

Color convert

RGB179122190-
CMYK0.060.3600.25
HSL290.29º34.34%61.18%-
HSV(B)290.29º35.79%74.51%-
XYZ34.8427.2252.13-
YUV146.79152.38150.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.46%
GREEN value IS 122 (48.05% from 255) = 24.85%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=36.46%
G=24.85%
B=38.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791221900.060.3600.25290.2934.3461.18
HexB37ABE624019122223d
Octal2631722766440314424275
Binary10110011111101010111110110100100011001100100010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37ABE; }

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

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

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

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

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

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

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

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