#B77EBB

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

Shades of East Side #B77EBB

Tints of East Side #B77EBB

Color information

#B77EBB (or 0xB77EBB) is unknown color: approx East Side. HEX triplet: B7, 7E and BB. RGB value is (183,126,187). Sum of RGB (Red+Green+Blue) = 183+126+187=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #B77EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77EBB is #488144. Grayscale: #959595. Windows color (decimal): -4751685 or 12287671. OLE color: 12287671.

HSL color Cylindrical-coordinate representation of color #B77EBB: hue angle of 296.07º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B77EBB is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183126187-
CMYK0.020.3300.27
HSL296.07º30.96%61.37%-
HSV(B)296.07º32.62%73.33%-
XYZ35.9628.5850.63-
YUV150148.88151.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.90%
GREEN value IS 126 (49.61% from 255) = 25.40%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=36.90%
G=25.40%
B=37.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831261870.020.3300.27296.0730.9661.37
HexB77EBB22101B1281f3d
Octal2671762732410334503775
Binary101101111111110101110111010000101101110010100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77EBB; }

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

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

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

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

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

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

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

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