#B389C0

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

Shades of East Side #B389C0

Tints of East Side #B389C0

Color information

#B389C0 (or 0xB389C0) is unknown color: approx East Side. HEX triplet: B3, 89 and C0. RGB value is (179,137,192). Sum of RGB (Red+Green+Blue) = 179+137+192=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 192 - color contains mainly: blue. Hex color #B389C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389C0 is #4C763F. Grayscale: #9B9B9B. Windows color (decimal): -5011008 or 12618163. OLE color: 12618163.

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

Color convert

RGB179137192-
CMYK0.070.2900.25
HSL285.82º30.39%64.51%-
HSV(B)285.82º28.65%75.29%-
XYZ37.0531.2853.95-
YUV155.83148.41144.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.24%
GREEN value IS 137 (53.91% from 255) = 26.97%
BLUE value IS 192 (75.39% from 255) = 37.80%
R=35.24%
G=26.97%
B=37.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791371920.070.2900.25285.8230.3964.51
HexB389C071D01911e1e41
Octal26321130073503143636101
Binary10110011100010011100000011111101011001100011110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B389C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B389C0; }

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

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

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

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

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

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

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

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