#B379BC

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

Shades of East Side #B379BC

Tints of East Side #B379BC

Color information

#B379BC (or 0xB379BC) is unknown color: approx East Side. HEX triplet: B3, 79 and BC. RGB value is (179,121,188). Sum of RGB (Red+Green+Blue) = 179+121+188=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #B379BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B379BC is #4C8643. Grayscale: #919191. Windows color (decimal): -5015108 or 12351923. OLE color: 12351923.

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

Color convert

RGB179121188-
CMYK0.050.3600.26
HSL291.94º33.33%60.59%-
HSV(B)291.94º35.64%73.73%-
XYZ34.526.8950.95-
YUV145.98151.72151.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.68%
GREEN value IS 121 (47.66% from 255) = 24.80%
BLUE value IS 188 (73.83% from 255) = 38.52%
R=36.68%
G=24.80%
B=38.52%

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
Decimal1791211880.050.3600.26291.9433.3360.59
HexB379BC52401A124213d
Octal2631712745440324444175
Binary10110011111100110111100101100100011010100100100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B379BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B379BC; }

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

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

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

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

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

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

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

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