Html Css Color HEX #B177BA East Side

📋 copy color: '#B177BA'

red 177 ◦ green 119 ◦ blue 186

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

Shades of East Side #B177BA

Tints of East Side #B177BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.69%

 BLUE value IS 186 (73.05% from 255) = 38.59%

R = 36.72%
G = 24.69%
B = 38.59%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B177BA (or 0xB177BA) is known color: East Side. HEX triplet: B1, 77 and BA. RGB value is (177,119,186). Sum of RGB (Red+Green+Blue) = 177+119+186=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #B177BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B177BA is #4E8845. Grayscale: #8F8F8F. Windows color (decimal): -5146694 or 12220337. OLE color: 12220337.

HSL color Cylindrical-coordinate representation of color #B177BA: hue angle of 291.94º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B177BA is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 119 186 -
CMYK 0.05 0.36 0 0.27
HSL 291.94º 0.33% 0.6% -
HSV(B) 291.94º 0.36% 0.73% -
XYZ 33.59 26.09 49.72 -
YUV 143.98 151.72 151.55 -
System Red Green Blue C M Y K H S L
Decimal 177 119 186 0.05 0.36 0 0.27 291.94 0.33 0.6
Hex B1 77 BA 5 24 0 1B 124 21 3C
Octal 261 167 272 5 44 0 33 444 41 74
Binary 10110001 1110111 10111010 101 100100 0 11011 100100100 100001 111100

Color Harmonies of #B177BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B177BA

Black with #B177BA

Text Example


Text Example

White with #B177BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B177BA; }

 p { color: rgb(177,119,186); }

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

background-color css

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

 a { background-color: rgb(177,119,186); }

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

border-color css

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

 span { border-color: rgb(177,119,186); }

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