#B193C6

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

Shades of East Side #B193C6

Tints of East Side #B193C6

Color information

#B193C6 (or 0xB193C6) is unknown color: approx East Side. HEX triplet: B1, 93 and C6. RGB value is (177,147,198). Sum of RGB (Red+Green+Blue) = 177+147+198=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #B193C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193C6 is #4E6C39. Grayscale: #A1A1A1. Windows color (decimal): -5139514 or 13013937. OLE color: 13013937.

HSL color Cylindrical-coordinate representation of color #B193C6: hue angle of 275.29º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B193C6 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB177147198-
CMYK0.110.2600.22
HSL275.29º30.91%67.65%-
HSV(B)275.29º25.76%77.65%-
XYZ38.7634.2958-
YUV161.78148.44138.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 147 (57.81% from 255) = 28.16%
BLUE value IS 198 (77.73% from 255) = 37.93%
R=33.91%
G=28.16%
B=37.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771471980.110.2600.22275.2930.9167.65
HexB193C6B1A0161131f44
Octal261223306133202642337104
Binary101100011001001111000110101111010010110100010011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B193C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B193C6; }

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

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

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

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

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

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

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

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