Html Css Color HEX #B377CC East Side

📋 copy color: '#B377CC'

red 179 ◦ green 119 ◦ blue 204

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

Shades of East Side #B377CC

Tints of East Side #B377CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 35.66%
G = 23.71%
B = 40.64%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B377CC (or 0xB377CC) is known color: East Side. HEX triplet: B3, 77 and CC. RGB value is (179,119,204). Sum of RGB (Red+Green+Blue) = 179+119+204=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #B377CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377CC is #4C8833. Grayscale: #929292. Windows color (decimal): -5015604 or 13399987. OLE color: 13399987.

HSL color Cylindrical-coordinate representation of color #B377CC: hue angle of 282.35º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B377CC is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 119 204 -
CMYK 0.12 0.42 0 0.2
HSL 282.35º 0.45% 0.63% -
HSV(B) 282.35º 0.42% 0.8% -
XYZ 36.09 27.14 60.46 -
YUV 146.63 160.38 151.09 -
System Red Green Blue C M Y K H S L
Decimal 179 119 204 0.12 0.42 0 0.2 282.35 0.45 0.63
Hex B3 77 CC C 2A 0 14 11A 2D 3F
Octal 263 167 314 14 52 0 24 432 55 77
Binary 10110011 1110111 11001100 1100 101010 0 10100 100011010 101101 111111

Color Harmonies of #B377CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377CC

Black with #B377CC

Text Example


Text Example

White with #B377CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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