Html Css Color HEX #B077BA East Side

📋 copy color: '#B077BA'

red 176 ◦ green 119 ◦ blue 186

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

Shades of East Side #B077BA

Tints of East Side #B077BA

RGB

 RED value IS 176 (69.14% from 255) = 36.59%

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

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

R = 36.59%
G = 24.74%
B = 38.67%

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

#B077BA (or 0xB077BA) is known color: East Side. HEX triplet: B0, 77 and BA. RGB value is (176,119,186). Sum of RGB (Red+Green+Blue) = 176+119+186=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #B077BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077BA is #4F8845. Grayscale: #8F8F8F. Windows color (decimal): -5212230 or 12220336. OLE color: 12220336.

HSL color Cylindrical-coordinate representation of color #B077BA: hue angle of 291.04º 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 #B077BA is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 119 186 -
CMYK 0.05 0.36 0 0.27
HSL 291.04º 0.33% 0.6% -
HSV(B) 291.04º 0.36% 0.73% -
XYZ 33.36 25.97 49.71 -
YUV 143.68 151.88 151.05 -
System Red Green Blue C M Y K H S L
Decimal 176 119 186 0.05 0.36 0 0.27 291.04 0.33 0.6
Hex B0 77 BA 5 24 0 1B 123 21 3C
Octal 260 167 272 5 44 0 33 443 41 74
Binary 10110000 1110111 10111010 101 100100 0 11011 100100011 100001 111100

Color Harmonies of #B077BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B077BA

Black with #B077BA

Text Example


Text Example

White with #B077BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B077BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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