#B77EC1

Color #B77EC1 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B77EC1

Tints of East Side #B77EC1

Color information

#B77EC1 (or 0xB77EC1) is unknown color: approx East Side. HEX triplet: B7, 7E and C1. RGB value is (183,126,193). Sum of RGB (Red+Green+Blue) = 183+126+193=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #B77EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77EC1 is #48813E. Grayscale: #969696. Windows color (decimal): -4751679 or 12680887. OLE color: 12680887.

HSL color Cylindrical-coordinate representation of color #B77EC1: hue angle of 291.04º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B77EC1 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB183126193-
CMYK0.050.3500.24
HSL291.04º35.08%62.55%-
HSV(B)291.04º34.72%75.69%-
XYZ36.6128.8454.09-
YUV150.68151.88151.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.45%
GREEN value IS 126 (49.61% from 255) = 25.10%
BLUE value IS 193 (75.78% from 255) = 38.45%
R=36.45%
G=25.10%
B=38.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831261930.050.3500.24291.0435.0862.55
HexB77EC1523018123233f
Octal2671763015430304434377
Binary10110111111111011000001101100011011000100100011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77EC1; }

 p { color: rgb(183,126,193); }

 H1.HeaderClassName
 {
   color: #B77EC1;
 }
 .AnyTagClassName
 {
   color: #B77EC1;
 }
</style>
background-color css

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

 a { background-color: rgb(183,126,193); }

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

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

 span { border-color: rgb(183,126,193); }

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