Html Css Color HEX #B193C0 East Side

📋 copy color: '#B193C0'

red 177 ◦ green 147 ◦ blue 192

#B193C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B193C0

Tints of East Side #B193C0

RGB

 RED value IS 177 (69.53% from 255) = 34.3%

 GREEN value IS 147 (57.81% from 255) = 28.49%

 BLUE value IS 192 (75.39% from 255) = 37.21%

R = 34.3%
G = 28.49%
B = 37.21%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B193C0 (or 0xB193C0) is known color: East Side. HEX triplet: B1, 93 and C0. RGB value is (177,147,192). Sum of RGB (Red+Green+Blue) = 177+147+192=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #B193C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193C0 is #4E6C3F. Grayscale: #A0A0A0. Windows color (decimal): -5139520 or 12620721. OLE color: 12620721.

HSL color Cylindrical-coordinate representation of color #B193C0: hue angle of 280º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B193C0 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 147 192 -
CMYK 0.08 0.23 0 0.25
HSL 280º 0.26% 0.66% -
HSV(B) 280º 0.23% 0.75% -
XYZ 38.08 34.02 54.43 -
YUV 161.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 177 147 192 0.08 0.23 0 0.25 280 0.26 0.66
Hex B1 93 C0 8 17 0 19 118 1A 42
Octal 261 223 300 10 27 0 31 430 32 102
Binary 10110001 10010011 11000000 1000 10111 0 11001 100011000 11010 1000010

Color Harmonies of #B193C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B193C0

Black with #B193C0

Text Example


Text Example

White with #B193C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B193C0; }

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

 H1.HeaderClassName
 {
   color: #B193C0;
 }
 .AnyTagClassName
 {
   color: #B193C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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