#B777D0

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

Shades of East Side #B777D0

Tints of East Side #B777D0

Color information

#B777D0 (or 0xB777D0) is unknown color: approx East Side. HEX triplet: B7, 77 and D0. RGB value is (183,119,208). Sum of RGB (Red+Green+Blue) = 183+119+208=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #B777D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777D0 is #48882F. Grayscale: #939393. Windows color (decimal): -4753456 or 13662135. OLE color: 13662135.

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

Color convert

RGB183119208-
CMYK0.120.4300.18
HSL283.15º48.63%64.12%-
HSV(B)283.15º42.79%81.57%-
XYZ37.5127.8163.07-
YUV148.28161.7152.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.88%
GREEN value IS 119 (46.88% from 255) = 23.33%
BLUE value IS 208 (81.64% from 255) = 40.78%
R=35.88%
G=23.33%
B=40.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831192080.120.4300.18283.1548.6364.12
HexB777D0C2B01211b3140
Octal267167320145302243361100
Binary1011011111101111101000011001010110100101000110111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B777D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B777D0; }

 p { color: rgb(183,119,208); }

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

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

 a { background-color: rgb(183,119,208); }

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

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

 span { border-color: rgb(183,119,208); }

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