#B77AD4

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

Shades of East Side #B77AD4

Tints of East Side #B77AD4

Color information

#B77AD4 (or 0xB77AD4) is unknown color: approx East Side. HEX triplet: B7, 7A and D4. RGB value is (183,122,212). Sum of RGB (Red+Green+Blue) = 183+122+212=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 212 - color contains mainly: blue. Hex color #B77AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77AD4 is #48852B. Grayscale: #969696. Windows color (decimal): -4752684 or 13925047. OLE color: 13925047.

HSL color Cylindrical-coordinate representation of color #B77AD4: hue angle of 280.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B77AD4 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB183122212-
CMYK0.140.4200.17
HSL280.67º51.14%65.49%-
HSV(B)280.67º42.45%83.14%-
XYZ38.3728.7465.81-
YUV150.5162.71151.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.40%
GREEN value IS 122 (48.05% from 255) = 23.60%
BLUE value IS 212 (83.20% from 255) = 41.01%
R=35.40%
G=23.60%
B=41.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1831222120.140.4200.17280.6751.1465.49
HexB77AD4E2A0111193341
Octal267172324165202143163101
Binary1011011111110101101010011101010100100011000110011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77AD4; }

 p { color: rgb(183,122,212); }

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

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

 a { background-color: rgb(183,122,212); }

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

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

 span { border-color: rgb(183,122,212); }

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