#B379BD

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

Shades of East Side #B379BD

Tints of East Side #B379BD

Color information

#B379BD (or 0xB379BD) is unknown color: approx East Side. HEX triplet: B3, 79 and BD. RGB value is (179,121,189). Sum of RGB (Red+Green+Blue) = 179+121+189=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #B379BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B379BD is #4C8642. Grayscale: #919191. Windows color (decimal): -5015107 or 12417459. OLE color: 12417459.

HSL color Cylindrical-coordinate representation of color #B379BD: hue angle of 291.18º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B379BD is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179121189-
CMYK0.050.3600.26
HSL291.18º34%60.78%-
HSV(B)291.18º35.98%74.12%-
XYZ34.6126.9351.52-
YUV146.09152.22151.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 121 (47.66% from 255) = 24.74%
BLUE value IS 189 (74.22% from 255) = 38.65%
R=36.61%
G=24.74%
B=38.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791211890.050.3600.26291.183460.78
HexB379BD52401A123223d
Octal2631712755440324434275
Binary10110011111100110111101101100100011010100100011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B379BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B379BD; }

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

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

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

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

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

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

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

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