#B77EBD

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

Shades of East Side #B77EBD

Tints of East Side #B77EBD

Color information

#B77EBD (or 0xB77EBD) is unknown color: approx East Side. HEX triplet: B7, 7E and BD. RGB value is (183,126,189). Sum of RGB (Red+Green+Blue) = 183+126+189=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #B77EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77EBD is #488142. Grayscale: #969696. Windows color (decimal): -4751683 or 12418743. OLE color: 12418743.

HSL color Cylindrical-coordinate representation of color #B77EBD: hue angle of 294.29º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B77EBD is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183126189-
CMYK0.030.3300.26
HSL294.29º32.31%61.76%-
HSV(B)294.29º33.33%74.12%-
XYZ36.1728.6651.77-
YUV150.22149.88151.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.75%
GREEN value IS 126 (49.61% from 255) = 25.30%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=36.75%
G=25.30%
B=37.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831261890.030.3300.26294.2932.3161.76
HexB77EBD32101A126203e
Octal2671762753410324464076
Binary1011011111111101011110111100001011010100100110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77EBD; }

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

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

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

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

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

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

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

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