Html Css Color HEX #B177BD East Side

📋 copy color: '#B177BD'

red 177 ◦ green 119 ◦ blue 189

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

Shades of East Side #B177BD

Tints of East Side #B177BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.97%

R = 36.49%
G = 24.54%
B = 38.97%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B177BD (or 0xB177BD) is known color: East Side. HEX triplet: B1, 77 and BD. RGB value is (177,119,189). Sum of RGB (Red+Green+Blue) = 177+119+189=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #B177BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B177BD is #4E8842. Grayscale: #909090. Windows color (decimal): -5146691 or 12416945. OLE color: 12416945.

HSL color Cylindrical-coordinate representation of color #B177BD: hue angle of 289.71º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B177BD is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 119 189 -
CMYK 0.06 0.37 0 0.26
HSL 289.71º 0.35% 0.6% -
HSV(B) 289.71º 0.37% 0.74% -
XYZ 33.91 26.21 51.42 -
YUV 144.32 153.22 151.31 -
System Red Green Blue C M Y K H S L
Decimal 177 119 189 0.06 0.37 0 0.26 289.71 0.35 0.6
Hex B1 77 BD 6 25 0 1A 122 23 3C
Octal 261 167 275 6 45 0 32 442 43 74
Binary 10110001 1110111 10111101 110 100101 0 11010 100100010 100011 111100

Color Harmonies of #B177BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B177BD

Black with #B177BD

Text Example


Text Example

White with #B177BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B177BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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