#B397C3

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

Shades of East Side #B397C3

Tints of East Side #B397C3

Color information

#B397C3 (or 0xB397C3) is unknown color: approx East Side. HEX triplet: B3, 97 and C3. RGB value is (179,151,195). Sum of RGB (Red+Green+Blue) = 179+151+195=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 195 - color contains mainly: blue. Hex color #B397C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397C3 is #4C683C. Grayscale: #A4A4A4. Windows color (decimal): -5007421 or 12818355. OLE color: 12818355.

HSL color Cylindrical-coordinate representation of color #B397C3: hue angle of 278.18º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B397C3 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179151195-
CMYK0.080.2300.24
HSL278.18º26.83%67.84%-
HSV(B)278.18º22.56%76.47%-
XYZ39.5135.6656.43-
YUV164.39145.28138.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 151 (59.38% from 255) = 28.76%
BLUE value IS 195 (76.56% from 255) = 37.14%
R=34.10%
G=28.76%
B=37.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791511950.080.2300.24278.1826.8367.84
HexB397C38170181161b44
Octal263227303102703042633104
Binary101100111001011111000011100010111011000100010110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397C3; }

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

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

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

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

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

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

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

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