#B389BF

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

Shades of East Side #B389BF

Tints of East Side #B389BF

Color information

#B389BF (or 0xB389BF) is unknown color: approx East Side. HEX triplet: B3, 89 and BF. RGB value is (179,137,191). Sum of RGB (Red+Green+Blue) = 179+137+191=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #B389BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389BF is #4C7640. Grayscale: #9B9B9B. Windows color (decimal): -5011009 or 12552627. OLE color: 12552627.

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

Color convert

RGB179137191-
CMYK0.060.2800.25
HSL286.67º29.67%64.31%-
HSV(B)286.67º28.27%74.9%-
XYZ36.9431.2453.37-
YUV155.71147.91144.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.31%
GREEN value IS 137 (53.91% from 255) = 27.02%
BLUE value IS 191 (75% from 255) = 37.67%
R=35.31%
G=27.02%
B=37.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791371910.060.2800.25286.6729.6764.31
HexB389BF61C01911f1e40
Octal26321127763403143736100
Binary10110011100010011011111111011100011001100011111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B389BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B389BF; }

 p { color: rgb(179,137,191); }

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

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

 a { background-color: rgb(179,137,191); }

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

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

 span { border-color: rgb(179,137,191); }

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