Html Css Color HEX #B379BD East Side

📋 copy color: '#B379BD'

red 179 ◦ green 121 ◦ blue 189

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

Shades of East Side #B379BD

Tints of East Side #B379BD

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 value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B379BD (or 0xB379BD) is known color: 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

RGB 179 121 189 -
CMYK 0.05 0.36 0 0.26
HSL 291.18º 0.34% 0.61% -
HSV(B) 291.18º 0.36% 0.74% -
XYZ 34.61 26.93 51.52 -
YUV 146.09 152.22 151.47 -
System Red Green Blue C M Y K H S L
Decimal 179 121 189 0.05 0.36 0 0.26 291.18 0.34 0.61
Hex B3 79 BD 5 24 0 1A 123 22 3D
Octal 263 171 275 5 44 0 32 443 42 75
Binary 10110011 1111001 10111101 101 100100 0 11010 100100011 100010 111101

Color Harmonies of #B379BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B379BD

Black with #B379BD

Text Example


Text Example

White with #B379BD

Text Example


Text Example

HTML Codes & Css Web 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>