#B77AD7

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

Shades of East Side #B77AD7

Tints of East Side #B77AD7

Color information

#B77AD7 (or 0xB77AD7) is unknown color: approx East Side. HEX triplet: B7, 7A and D7. RGB value is (183,122,215). Sum of RGB (Red+Green+Blue) = 183+122+215=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #B77AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77AD7 is #488528. Grayscale: #969696. Windows color (decimal): -4752681 or 14121655. OLE color: 14121655.

HSL color Cylindrical-coordinate representation of color #B77AD7: hue angle of 279.35º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B77AD7 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183122215-
CMYK0.150.4300.16
HSL279.35º53.76%66.08%-
HSV(B)279.35º43.26%84.31%-
XYZ38.7528.8967.82-
YUV150.84164.21150.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.19%
GREEN value IS 122 (48.05% from 255) = 23.46%
BLUE value IS 215 (84.38% from 255) = 41.35%
R=35.19%
G=23.46%
B=41.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831222150.150.4300.16279.3553.7666.08
HexB77AD7F2B0101173642
Octal267172327175302042766102
Binary1011011111110101101011111111010110100001000101111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77AD7; }

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

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

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

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

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

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

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

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