#B389CB

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

Shades of East Side #B389CB

Tints of East Side #B389CB

Color information

#B389CB (or 0xB389CB) is unknown color: approx East Side. HEX triplet: B3, 89 and CB. RGB value is (179,137,203). Sum of RGB (Red+Green+Blue) = 179+137+203=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #B389CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389CB is #4C7634. Grayscale: #9C9C9C. Windows color (decimal): -5010997 or 13339059. OLE color: 13339059.

HSL color Cylindrical-coordinate representation of color #B389CB: hue angle of 278.18º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B389CB is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179137203-
CMYK0.120.3300.20
HSL278.18º38.82%66.67%-
HSV(B)278.18º32.51%79.61%-
XYZ38.3231.7960.62-
YUV157.08153.91143.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 137 (53.91% from 255) = 26.40%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=34.49%
G=26.40%
B=39.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791372030.120.3300.20278.1838.8266.67
HexB389CBC210141162743
Octal263211313144102442647103
Binary10110011100010011100101111001000010101001000101101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B389CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B389CB; }

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

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

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

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

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

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

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

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