#B778D6

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

Shades of East Side #B778D6

Tints of East Side #B778D6

Color information

#B778D6 (or 0xB778D6) is unknown color: approx East Side. HEX triplet: B7, 78 and D6. RGB value is (183,120,214). Sum of RGB (Red+Green+Blue) = 183+120+214=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #B778D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B778D6 is #488729. Grayscale: #959595. Windows color (decimal): -4753194 or 14055607. OLE color: 14055607.

HSL color Cylindrical-coordinate representation of color #B778D6: hue angle of 280.21º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B778D6 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183120214-
CMYK0.140.4400.16
HSL280.21º53.41%65.49%-
HSV(B)280.21º43.93%83.92%-
XYZ38.3828.3667.07-
YUV149.55164.37151.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.40%
GREEN value IS 120 (47.27% from 255) = 23.21%
BLUE value IS 214 (83.98% from 255) = 41.39%
R=35.40%
G=23.21%
B=41.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831202140.140.4400.16280.2153.4165.49
HexB778D6E2C0101183541
Octal267170326165402043065101
Binary1011011111110001101011011101011000100001000110001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B778D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B778D6; }

 p { color: rgb(183,120,214); }

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

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

 a { background-color: rgb(183,120,214); }

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

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

 span { border-color: rgb(183,120,214); }

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