Html Css Color HEX #B377BA East Side

📋 copy color: '#B377BA'

red 179 ◦ green 119 ◦ blue 186

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

Shades of East Side #B377BA

Tints of East Side #B377BA

RGB

 RED value IS 179 (70.31% from 255) = 36.98%

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

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

R = 36.98%
G = 24.59%
B = 38.43%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B377BA (or 0xB377BA) is known color: East Side. HEX triplet: B3, 77 and BA. RGB value is (179,119,186). Sum of RGB (Red+Green+Blue) = 179+119+186=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #B377BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377BA is #4C8845. Grayscale: #909090. Windows color (decimal): -5015622 or 12220339. OLE color: 12220339.

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

Color convert

RGB 179 119 186 -
CMYK 0.04 0.36 0 0.27
HSL 293.73º 0.33% 0.6% -
HSV(B) 293.73º 0.36% 0.73% -
XYZ 34.05 26.32 49.74 -
YUV 144.58 151.38 152.55 -
System Red Green Blue C M Y K H S L
Decimal 179 119 186 0.04 0.36 0 0.27 293.73 0.33 0.6
Hex B3 77 BA 4 24 0 1B 126 21 3C
Octal 263 167 272 4 44 0 33 446 41 74
Binary 10110011 1110111 10111010 100 100100 0 11011 100100110 100001 111100

Color Harmonies of #B377BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377BA

Black with #B377BA

Text Example


Text Example

White with #B377BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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