#B397C4

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

Shades of East Side #B397C4

Tints of East Side #B397C4

Color information

#B397C4 (or 0xB397C4) is unknown color: approx East Side. HEX triplet: B3, 97 and C4. RGB value is (179,151,196). Sum of RGB (Red+Green+Blue) = 179+151+196=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #B397C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397C4 is #4C683B. Grayscale: #A4A4A4. Windows color (decimal): -5007420 or 12883891. OLE color: 12883891.

HSL color Cylindrical-coordinate representation of color #B397C4: hue angle of 277.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B397C4 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB179151196-
CMYK0.090.2300.23
HSL277.33º27.61%68.04%-
HSV(B)277.33º22.96%76.86%-
XYZ39.6235.757.03-
YUV164.5145.78138.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.03%
GREEN value IS 151 (59.38% from 255) = 28.71%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=34.03%
G=28.71%
B=37.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791511960.090.2300.23277.3327.6168.04
HexB397C49170171151c44
Octal263227304112702742534104
Binary101100111001011111000100100110111010111100010101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397C4; }

 p { color: rgb(179,151,196); }

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

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

 a { background-color: rgb(179,151,196); }

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

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

 span { border-color: rgb(179,151,196); }

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