#B77ED8

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

Shades of East Side #B77ED8

Tints of East Side #B77ED8

Color information

#B77ED8 (or 0xB77ED8) is unknown color: approx East Side. HEX triplet: B7, 7E and D8. RGB value is (183,126,216). Sum of RGB (Red+Green+Blue) = 183+126+216=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #B77ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77ED8 is #488127. Grayscale: #989898. Windows color (decimal): -4751656 or 14188215. OLE color: 14188215.

HSL color Cylindrical-coordinate representation of color #B77ED8: hue angle of 278º 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 #B77ED8 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183126216-
CMYK0.150.4200.15
HSL278º53.57%67.06%-
HSV(B)278º41.67%84.71%-
XYZ39.3829.9568.67-
YUV153.3163.38149.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.86%
GREEN value IS 126 (49.61% from 255) = 24%
BLUE value IS 216 (84.77% from 255) = 41.14%
R=34.86%
G=24%
B=41.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831262160.150.4200.1527853.5767.06
HexB77ED8F2A0F1163643
Octal267176330175201742666103
Binary101101111111110110110001111101010011111000101101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77ED8; }

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

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

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

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

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

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

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

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