Html Css Color HEX #B177CA East Side

📋 copy color: '#B177CA'

red 177 ◦ green 119 ◦ blue 202

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

Shades of East Side #B177CA

Tints of East Side #B177CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.56%

R = 35.54%
G = 23.9%
B = 40.56%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B177CA (or 0xB177CA) is known color: East Side. HEX triplet: B1, 77 and CA. RGB value is (177,119,202). Sum of RGB (Red+Green+Blue) = 177+119+202=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #B177CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B177CA is #4E8835. Grayscale: #919191. Windows color (decimal): -5146678 or 13268913. OLE color: 13268913.

HSL color Cylindrical-coordinate representation of color #B177CA: hue angle of 281.93º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B177CA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 119 202 -
CMYK 0.12 0.41 0 0.21
HSL 281.93º 0.44% 0.63% -
HSV(B) 281.93º 0.41% 0.79% -
XYZ 35.39 26.81 59.19 -
YUV 145.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 177 119 202 0.12 0.41 0 0.21 281.93 0.44 0.63
Hex B1 77 CA C 29 0 15 11A 2C 3F
Octal 261 167 312 14 51 0 25 432 54 77
Binary 10110001 1110111 11001010 1100 101001 0 10101 100011010 101100 111111

Color Harmonies of #B177CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B177CA

Black with #B177CA

Text Example


Text Example

White with #B177CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B177CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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