#B397C5

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

Shades of East Side #B397C5

Tints of East Side #B397C5

Color information

#B397C5 (or 0xB397C5) is unknown color: approx East Side. HEX triplet: B3, 97 and C5. RGB value is (179,151,197). Sum of RGB (Red+Green+Blue) = 179+151+197=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 197 - color contains mainly: blue. Hex color #B397C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397C5 is #4C683A. Grayscale: #A4A4A4. Windows color (decimal): -5007419 or 12949427. OLE color: 12949427.

HSL color Cylindrical-coordinate representation of color #B397C5: hue angle of 276.52º 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 #B397C5 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB179151197-
CMYK0.090.2300.23
HSL276.52º28.4%68.24%-
HSV(B)276.52º23.35%77.25%-
XYZ39.7435.7557.63-
YUV164.62146.28138.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 197 (77.34% from 255) = 37.38%
R=33.97%
G=28.65%
B=37.38%

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
Decimal1791511970.090.2300.23276.5228.468.24
HexB397C59170171151c44
Octal263227305112702742534104
Binary101100111001011111000101100110111010111100010101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397C5; }

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

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

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

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

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

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

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

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