Html Css Color HEX #B377BE East Side

📋 copy color: '#B377BE'

red 179 ◦ green 119 ◦ blue 190

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

Shades of East Side #B377BE

Tints of East Side #B377BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 36.68%
G = 24.39%
B = 38.93%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B377BE (or 0xB377BE) is known color: East Side. HEX triplet: B3, 77 and BE. RGB value is (179,119,190). Sum of RGB (Red+Green+Blue) = 179+119+190=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #B377BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377BE is #4C8841. Grayscale: #909090. Windows color (decimal): -5015618 or 12482483. OLE color: 12482483.

HSL color Cylindrical-coordinate representation of color #B377BE: hue angle of 290.7º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B377BE is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 119 190 -
CMYK 0.06 0.37 0 0.25
HSL 290.7º 0.35% 0.61% -
HSV(B) 290.7º 0.37% 0.75% -
XYZ 34.48 26.5 52.01 -
YUV 145.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 179 119 190 0.06 0.37 0 0.25 290.7 0.35 0.61
Hex B3 77 BE 6 25 0 19 123 23 3D
Octal 263 167 276 6 45 0 31 443 43 75
Binary 10110011 1110111 10111110 110 100101 0 11001 100100011 100011 111101

Color Harmonies of #B377BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377BE

Black with #B377BE

Text Example


Text Example

White with #B377BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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