#B77ED9

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

Shades of East Side #B77ED9

Tints of East Side #B77ED9

Color information

#B77ED9 (or 0xB77ED9) is unknown color: approx East Side. HEX triplet: B7, 7E and D9. RGB value is (183,126,217). Sum of RGB (Red+Green+Blue) = 183+126+217=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 217 - color contains mainly: blue. Hex color #B77ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77ED9 is #488126. Grayscale: #999999. Windows color (decimal): -4751655 or 14253751. OLE color: 14253751.

HSL color Cylindrical-coordinate representation of color #B77ED9: hue angle of 277.58º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B77ED9 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183126217-
CMYK0.160.4200.15
HSL277.58º54.49%67.25%-
HSV(B)277.58º41.94%85.1%-
XYZ39.513069.35-
YUV153.42163.88149.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.79%
GREEN value IS 126 (49.61% from 255) = 23.95%
BLUE value IS 217 (85.16% from 255) = 41.25%
R=34.79%
G=23.95%
B=41.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831262170.160.4200.15277.5854.4967.25
HexB77ED9102A0F1163643
Octal267176331205201742666103
Binary1011011111111101101100110000101010011111000101101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77ED9; }

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

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

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

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

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

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

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

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