#B77AD2

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

Shades of East Side #B77AD2

Tints of East Side #B77AD2

Color information

#B77AD2 (or 0xB77AD2) is unknown color: approx East Side. HEX triplet: B7, 7A and D2. RGB value is (183,122,210). Sum of RGB (Red+Green+Blue) = 183+122+210=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 210 - color contains mainly: blue. Hex color #B77AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77AD2 is #48852D. Grayscale: #959595. Windows color (decimal): -4752686 or 13793975. OLE color: 13793975.

HSL color Cylindrical-coordinate representation of color #B77AD2: hue angle of 281.59º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B77AD2 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB183122210-
CMYK0.130.4200.18
HSL281.59º49.44%65.1%-
HSV(B)281.59º41.9%82.35%-
XYZ38.1228.6464.49-
YUV150.27161.71151.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.53%
GREEN value IS 122 (48.05% from 255) = 23.69%
BLUE value IS 210 (82.42% from 255) = 40.78%
R=35.53%
G=23.69%
B=40.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831222100.130.4200.18281.5949.4465.1
HexB77AD2D2A01211a3141
Octal267172322155202243261101
Binary1011011111110101101001011011010100100101000110101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77AD2; }

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

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

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

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

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

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

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

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