#B193C2

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

Shades of East Side #B193C2

Tints of East Side #B193C2

Color information

#B193C2 (or 0xB193C2) is unknown color: approx East Side. HEX triplet: B1, 93 and C2. RGB value is (177,147,194). Sum of RGB (Red+Green+Blue) = 177+147+194=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #B193C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193C2 is #4E6C3D. Grayscale: #A1A1A1. Windows color (decimal): -5139518 or 12751793. OLE color: 12751793.

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

Color convert

RGB177147194-
CMYK0.090.2400.24
HSL278.3º27.81%66.86%-
HSV(B)278.3º24.23%76.08%-
XYZ38.334.1155.6-
YUV161.33146.44139.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.17%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 194 (76.17% from 255) = 37.45%
R=34.17%
G=28.38%
B=37.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771471940.090.2400.24278.327.8166.86
HexB193C29180181161c43
Octal261223302113003042634103
Binary101100011001001111000010100111000011000100010110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B193C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B193C2; }

 p { color: rgb(177,147,194); }

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

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

 a { background-color: rgb(177,147,194); }

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

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

 span { border-color: rgb(177,147,194); }

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