#B379D7

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

Shades of East Side #B379D7

Tints of East Side #B379D7

Color information

#B379D7 (or 0xB379D7) is unknown color: approx East Side. HEX triplet: B3, 79 and D7. RGB value is (179,121,215). Sum of RGB (Red+Green+Blue) = 179+121+215=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #B379D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B379D7 is #4C8628. Grayscale: #949494. Windows color (decimal): -5015081 or 14121395. OLE color: 14121395.

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

Color convert

RGB179121215-
CMYK0.170.4400.16
HSL277.02º54.02%65.88%-
HSV(B)277.02º43.72%84.31%-
XYZ37.6928.1667.74-
YUV149.06165.22149.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.76%
GREEN value IS 121 (47.66% from 255) = 23.50%
BLUE value IS 215 (84.38% from 255) = 41.75%
R=34.76%
G=23.50%
B=41.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791212150.170.4400.16277.0254.0265.88
HexB379D7112C0101153642
Octal263171327215402042566102
Binary10110011111100111010111100011011000100001000101011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B379D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B379D7; }

 p { color: rgb(179,121,215); }

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

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

 a { background-color: rgb(179,121,215); }

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

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

 span { border-color: rgb(179,121,215); }

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