#B77ED1

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

Shades of East Side #B77ED1

Tints of East Side #B77ED1

Color information

#B77ED1 (or 0xB77ED1) is unknown color: approx East Side. HEX triplet: B7, 7E and D1. RGB value is (183,126,209). Sum of RGB (Red+Green+Blue) = 183+126+209=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #B77ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77ED1 is #48812E. Grayscale: #989898. Windows color (decimal): -4751663 or 13729463. OLE color: 13729463.

HSL color Cylindrical-coordinate representation of color #B77ED1: hue angle of 281.2º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B77ED1 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB183126209-
CMYK0.120.4000.18
HSL281.2º47.43%65.69%-
HSV(B)281.2º39.71%81.96%-
XYZ38.529.5964-
YUV152.5159.88149.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.33%
GREEN value IS 126 (49.61% from 255) = 24.32%
BLUE value IS 209 (82.03% from 255) = 40.35%
R=35.33%
G=24.32%
B=40.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831262090.120.4000.18281.247.4365.69
HexB77ED1C280121192f42
Octal267176321145002243157102
Binary1011011111111101101000111001010000100101000110011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77ED1; }

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

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

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

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

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

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

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

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