Html Css Color HEX #B677BA East Side

📋 copy color: '#B677BA'

red 182 ◦ green 119 ◦ blue 186

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

Shades of East Side #B677BA

Tints of East Side #B677BA

RGB

 RED value IS 182 (71.48% from 255) = 37.37%

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

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

R = 37.37%
G = 24.44%
B = 38.19%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B677BA (or 0xB677BA) is known color: East Side. HEX triplet: B6, 77 and BA. RGB value is (182,119,186). Sum of RGB (Red+Green+Blue) = 182+119+186=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #B677BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B677BA is #498845. Grayscale: #919191. Windows color (decimal): -4819014 or 12220342. OLE color: 12220342.

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

Color convert

RGB 182 119 186 -
CMYK 0.02 0.36 0 0.27
HSL 296.42º 0.33% 0.6% -
HSV(B) 296.42º 0.36% 0.73% -
XYZ 34.75 26.68 49.77 -
YUV 145.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 182 119 186 0.02 0.36 0 0.27 296.42 0.33 0.6
Hex B6 77 BA 2 24 0 1B 128 21 3C
Octal 266 167 272 2 44 0 33 450 41 74
Binary 10110110 1110111 10111010 10 100100 0 11011 100101000 100001 111100

Color Harmonies of #B677BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B677BA

Black with #B677BA

Text Example


Text Example

White with #B677BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B677BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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