Html Css Color HEX #B379BC East Side

📋 copy color: '#B379BC'

red 179 ◦ green 121 ◦ blue 188

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

Shades of East Side #B379BC

Tints of East Side #B379BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.52%

R = 36.68%
G = 24.8%
B = 38.52%

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

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

RGB 179 121 188 -
CMYK 0.05 0.36 0 0.26
HSL 291.94º 0.33% 0.61% -
HSV(B) 291.94º 0.36% 0.74% -
XYZ 34.5 26.89 50.95 -
YUV 145.98 151.72 151.55 -
System Red Green Blue C M Y K H S L
Decimal 179 121 188 0.05 0.36 0 0.26 291.94 0.33 0.61
Hex B3 79 BC 5 24 0 1A 124 21 3D
Octal 263 171 274 5 44 0 32 444 41 75
Binary 10110011 1111001 10111100 101 100100 0 11010 100100100 100001 111101

Color Harmonies of #B379BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B379BC

Black with #B379BC

Text Example


Text Example

White with #B379BC

Text Example


Text Example

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