#B377D5

Color #B377D5 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B377D5

Tints of East Side #B377D5

Color information

#B377D5 (or 0xB377D5) is unknown color: approx East Side. HEX triplet: B3, 77 and D5. RGB value is (179,119,213). Sum of RGB (Red+Green+Blue) = 179+119+213=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #B377D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377D5 is #4C882A. Grayscale: #939393. Windows color (decimal): -5015595 or 13989811. OLE color: 13989811.

HSL color Cylindrical-coordinate representation of color #B377D5: hue angle of 278.3º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B377D5 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179119213-
CMYK0.160.4400.16
HSL278.3º52.81%65.1%-
HSV(B)278.3º44.13%83.53%-
XYZ37.227.5866.31-
YUV147.66164.88150.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.03%
GREEN value IS 119 (46.88% from 255) = 23.29%
BLUE value IS 213 (83.59% from 255) = 41.68%
R=35.03%
G=23.29%
B=41.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791192130.160.4400.16278.352.8165.1
HexB377D5102C0101163541
Octal263167325205402042665101
Binary10110011111011111010101100001011000100001000101101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B377D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B377D5; }

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

 H1.HeaderClassName
 {
   color: #B377D5;
 }
 .AnyTagClassName
 {
   color: #B377D5;
 }
</style>
background-color css

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

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

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

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

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

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