Html Css Color HEX #B379CA East Side

📋 copy color: '#B379CA'

red 179 ◦ green 121 ◦ blue 202

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

Shades of East Side #B379CA

Tints of East Side #B379CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.24%

R = 35.66%
G = 24.1%
B = 40.24%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B379CA (or 0xB379CA) is known color: East Side. HEX triplet: B3, 79 and CA. RGB value is (179,121,202). Sum of RGB (Red+Green+Blue) = 179+121+202=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #B379CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B379CA is #4C8635. Grayscale: #939393. Windows color (decimal): -5015094 or 13269427. OLE color: 13269427.

HSL color Cylindrical-coordinate representation of color #B379CA: hue angle of 282.96º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B379CA is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 121 202 -
CMYK 0.11 0.40 0 0.21
HSL 282.96º 0.43% 0.63% -
HSV(B) 282.96º 0.4% 0.79% -
XYZ 36.09 27.52 59.29 -
YUV 147.58 158.72 150.41 -
System Red Green Blue C M Y K H S L
Decimal 179 121 202 0.11 0.40 0 0.21 282.96 0.43 0.63
Hex B3 79 CA B 28 0 15 11B 2B 3F
Octal 263 171 312 13 50 0 25 433 53 77
Binary 10110011 1111001 11001010 1011 101000 0 10101 100011011 101011 111111

Color Harmonies of #B379CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B379CA

Black with #B379CA

Text Example


Text Example

White with #B379CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B379CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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