#B77AD1

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

Shades of East Side #B77AD1

Tints of East Side #B77AD1

Color information

#B77AD1 (or 0xB77AD1) is unknown color: approx East Side. HEX triplet: B7, 7A and D1. RGB value is (183,122,209). Sum of RGB (Red+Green+Blue) = 183+122+209=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #B77AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77AD1 is #48852E. Grayscale: #959595. Windows color (decimal): -4752687 or 13728439. OLE color: 13728439.

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

Color convert

RGB183122209-
CMYK0.120.4200.18
HSL282.07º48.6%64.9%-
HSV(B)282.07º41.63%81.96%-
XYZ3828.5963.84-
YUV150.16161.21151.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.60%
GREEN value IS 122 (48.05% from 255) = 23.74%
BLUE value IS 209 (82.03% from 255) = 40.66%
R=35.60%
G=23.74%
B=40.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831222090.120.4200.18282.0748.664.9
HexB77AD1C2A01211a3141
Octal267172321145202243261101
Binary1011011111110101101000111001010100100101000110101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77AD1; }

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

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

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

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

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

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

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

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