Html Css Color HEX #B377BC East Side

📋 copy color: '#B377BC'

red 179 ◦ green 119 ◦ blue 188

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

Shades of East Side #B377BC

Tints of East Side #B377BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 36.83%
G = 24.49%
B = 38.68%

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

#B377BC (or 0xB377BC) is known color: East Side. HEX triplet: B3, 77 and BC. RGB value is (179,119,188). Sum of RGB (Red+Green+Blue) = 179+119+188=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #B377BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377BC is #4C8843. Grayscale: #909090. Windows color (decimal): -5015620 or 12351411. OLE color: 12351411.

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

Color convert

RGB 179 119 188 -
CMYK 0.05 0.37 0 0.26
HSL 292.17º 0.34% 0.6% -
HSV(B) 292.17º 0.37% 0.74% -
XYZ 34.26 26.41 50.87 -
YUV 144.81 152.38 152.39 -
System Red Green Blue C M Y K H S L
Decimal 179 119 188 0.05 0.37 0 0.26 292.17 0.34 0.6
Hex B3 77 BC 5 25 0 1A 124 22 3C
Octal 263 167 274 5 45 0 32 444 42 74
Binary 10110011 1110111 10111100 101 100101 0 11010 100100100 100010 111100

Color Harmonies of #B377BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377BC

Black with #B377BC

Text Example


Text Example

White with #B377BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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