Html Css Color HEX #B379BF East Side

📋 copy color: '#B379BF'

red 179 ◦ green 121 ◦ blue 191

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

Shades of East Side #B379BF

Tints of East Side #B379BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.9%

R = 36.46%
G = 24.64%
B = 38.9%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B379BF (or 0xB379BF) is known color: East Side. HEX triplet: B3, 79 and BF. RGB value is (179,121,191). Sum of RGB (Red+Green+Blue) = 179+121+191=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #B379BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B379BF is #4C8640. Grayscale: #929292. Windows color (decimal): -5015105 or 12548531. OLE color: 12548531.

HSL color Cylindrical-coordinate representation of color #B379BF: hue angle of 289.71º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B379BF is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 121 191 -
CMYK 0.06 0.37 0 0.25
HSL 289.71º 0.35% 0.61% -
HSV(B) 289.71º 0.37% 0.75% -
XYZ 34.83 27.02 52.67 -
YUV 146.32 153.22 151.31 -
System Red Green Blue C M Y K H S L
Decimal 179 121 191 0.06 0.37 0 0.25 289.71 0.35 0.61
Hex B3 79 BF 6 25 0 19 122 23 3D
Octal 263 171 277 6 45 0 31 442 43 75
Binary 10110011 1111001 10111111 110 100101 0 11001 100100010 100011 111101

Color Harmonies of #B379BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B379BF

Black with #B379BF

Text Example


Text Example

White with #B379BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B379BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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