Html Css Color HEX #B379CE East Side

📋 copy color: '#B379CE'

red 179 ◦ green 121 ◦ blue 206

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

Shades of East Side #B379CE

Tints of East Side #B379CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 35.38%
G = 23.91%
B = 40.71%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B379CE (or 0xB379CE) is known color: East Side. HEX triplet: B3, 79 and CE. RGB value is (179,121,206). Sum of RGB (Red+Green+Blue) = 179+121+206=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #B379CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B379CE is #4C8631. Grayscale: #939393. Windows color (decimal): -5015090 or 13531571. OLE color: 13531571.

HSL color Cylindrical-coordinate representation of color #B379CE: hue angle of 280.94º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B379CE is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 121 206 -
CMYK 0.13 0.41 0 0.19
HSL 280.94º 0.46% 0.64% -
HSV(B) 280.94º 0.41% 0.81% -
XYZ 36.57 27.71 61.81 -
YUV 148.03 160.72 150.09 -
System Red Green Blue C M Y K H S L
Decimal 179 121 206 0.13 0.41 0 0.19 280.94 0.46 0.64
Hex B3 79 CE D 29 0 13 119 2E 40
Octal 263 171 316 15 51 0 23 431 56 100
Binary 10110011 1111001 11001110 1101 101001 0 10011 100011001 101110 1000000

Color Harmonies of #B379CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B379CE

Black with #B379CE

Text Example


Text Example

White with #B379CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B379CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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