Html Css Color HEX #B377CA East Side

📋 copy color: '#B377CA'

red 179 ◦ green 119 ◦ blue 202

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

Shades of East Side #B377CA

Tints of East Side #B377CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.8%

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

R = 35.8%
G = 23.8%
B = 40.4%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B377CA (or 0xB377CA) is known color: East Side. HEX triplet: B3, 77 and CA. RGB value is (179,119,202). Sum of RGB (Red+Green+Blue) = 179+119+202=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #B377CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377CA is #4C8835. Grayscale: #929292. Windows color (decimal): -5015606 or 13268915. OLE color: 13268915.

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

Color convert

RGB 179 119 202 -
CMYK 0.11 0.41 0 0.21
HSL 283.37º 0.44% 0.63% -
HSV(B) 283.37º 0.41% 0.79% -
XYZ 35.85 27.04 59.21 -
YUV 146.4 159.38 151.25 -
System Red Green Blue C M Y K H S L
Decimal 179 119 202 0.11 0.41 0 0.21 283.37 0.44 0.63
Hex B3 77 CA B 29 0 15 11B 2C 3F
Octal 263 167 312 13 51 0 25 433 54 77
Binary 10110011 1110111 11001010 1011 101001 0 10101 100011011 101100 111111

Color Harmonies of #B377CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377CA

Black with #B377CA

Text Example


Text Example

White with #B377CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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