#B37FBA

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

Shades of East Side #B37FBA

Tints of East Side #B37FBA

Color information

#B37FBA (or 0xB37FBA) is unknown color: approx East Side. HEX triplet: B3, 7F and BA. RGB value is (179,127,186). Sum of RGB (Red+Green+Blue) = 179+127+186=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #B37FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FBA is #4C8045. Grayscale: #959595. Windows color (decimal): -5013574 or 12222387. OLE color: 12222387.

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

Color convert

RGB179127186-
CMYK0.040.3200.27
HSL292.88º29.95%61.37%-
HSV(B)292.88º31.72%72.94%-
XYZ35.0428.3150.07-
YUV149.27148.73149.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.38%
GREEN value IS 127 (50% from 255) = 25.81%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=36.38%
G=25.81%
B=37.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791271860.040.3200.27292.8829.9561.37
HexB37FBA42001B1251e3d
Octal2631772724400334453675
Binary1011001111111111011101010010000001101110010010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FBA; }

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

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

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

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

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

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

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

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