#B389BC

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

Shades of East Side #B389BC

Tints of East Side #B389BC

Color information

#B389BC (or 0xB389BC) is unknown color: approx East Side. HEX triplet: B3, 89 and BC. RGB value is (179,137,188). Sum of RGB (Red+Green+Blue) = 179+137+188=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #B389BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389BC is #4C7643. Grayscale: #9B9B9B. Windows color (decimal): -5011012 or 12356019. OLE color: 12356019.

HSL color Cylindrical-coordinate representation of color #B389BC: hue angle of 289.41º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B389BC is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179137188-
CMYK0.050.2700.26
HSL289.41º27.57%63.73%-
HSV(B)289.41º27.13%73.73%-
XYZ36.6131.1151.65-
YUV155.37146.41144.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 137 (53.91% from 255) = 27.18%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=35.52%
G=27.18%
B=37.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791371880.050.2700.26289.4127.5763.73
HexB389BC51B01A1211c40
Octal26321127453303244134100
Binary10110011100010011011110010111011011010100100001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B389BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B389BC; }

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

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

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

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

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

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

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

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