Html Css Color HEX #B379BA East Side

📋 copy color: '#B379BA'

red 179 ◦ green 121 ◦ blue 186

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

Shades of East Side #B379BA

Tints of East Side #B379BA

RGB

 RED value IS 179 (70.31% from 255) = 36.83%

 GREEN value IS 121 (47.66% from 255) = 24.9%

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 36.83%
G = 24.9%
B = 38.27%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B379BA (or 0xB379BA) is known color: East Side. HEX triplet: B3, 79 and BA. RGB value is (179,121,186). Sum of RGB (Red+Green+Blue) = 179+121+186=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #B379BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B379BA is #4C8645. Grayscale: #919191. Windows color (decimal): -5015110 or 12220851. OLE color: 12220851.

HSL color Cylindrical-coordinate representation of color #B379BA: hue angle of 293.54º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B379BA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 121 186 -
CMYK 0.04 0.35 0 0.27
HSL 293.54º 0.32% 0.6% -
HSV(B) 293.54º 0.35% 0.73% -
XYZ 34.29 26.8 49.82 -
YUV 145.75 150.72 151.71 -
System Red Green Blue C M Y K H S L
Decimal 179 121 186 0.04 0.35 0 0.27 293.54 0.32 0.6
Hex B3 79 BA 4 23 0 1B 126 20 3C
Octal 263 171 272 4 43 0 33 446 40 74
Binary 10110011 1111001 10111010 100 100011 0 11011 100100110 100000 111100

Color Harmonies of #B379BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B379BA

Black with #B379BA

Text Example


Text Example

White with #B379BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B379BA; }

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

 H1.HeaderClassName
 {
   color: #B379BA;
 }
 .AnyTagClassName
 {
   color: #B379BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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