#B37FBB

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

Shades of East Side #B37FBB

Tints of East Side #B37FBB

Color information

#B37FBB (or 0xB37FBB) is unknown color: approx East Side. HEX triplet: B3, 7F and BB. RGB value is (179,127,187). Sum of RGB (Red+Green+Blue) = 179+127+187=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #B37FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FBB is #4C8044. Grayscale: #959595. Windows color (decimal): -5013573 or 12287923. OLE color: 12287923.

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

Color convert

RGB179127187-
CMYK0.040.3200.27
HSL292º30.61%61.57%-
HSV(B)292º32.09%73.33%-
XYZ35.1528.3550.63-
YUV149.39149.23149.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.31%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=36.31%
G=25.76%
B=37.93%

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
Decimal1791271870.040.3200.2729230.6161.57
HexB37FBB42001B1241f3e
Octal2631772734400334443776
Binary1011001111111111011101110010000001101110010010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FBB; }

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

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

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

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

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

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

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

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