Html Css Color HEX #B377BD East Side

📋 copy color: '#B377BD'

red 179 ◦ green 119 ◦ blue 189

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

Shades of East Side #B377BD

Tints of East Side #B377BD

RGB

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

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

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

R = 36.76%
G = 24.44%
B = 38.81%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B377BD (or 0xB377BD) is known color: East Side. HEX triplet: B3, 77 and BD. RGB value is (179,119,189). Sum of RGB (Red+Green+Blue) = 179+119+189=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #B377BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377BD is #4C8842. Grayscale: #909090. Windows color (decimal): -5015619 or 12416947. OLE color: 12416947.

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

Color convert

RGB 179 119 189 -
CMYK 0.05 0.37 0 0.26
HSL 291.43º 0.35% 0.6% -
HSV(B) 291.43º 0.37% 0.74% -
XYZ 34.37 26.45 51.44 -
YUV 144.92 152.88 152.31 -
System Red Green Blue C M Y K H S L
Decimal 179 119 189 0.05 0.37 0 0.26 291.43 0.35 0.6
Hex B3 77 BD 5 25 0 1A 123 23 3C
Octal 263 167 275 5 45 0 32 443 43 74
Binary 10110011 1110111 10111101 101 100101 0 11010 100100011 100011 111100

Color Harmonies of #B377BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377BD

Black with #B377BD

Text Example


Text Example

White with #B377BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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