#B778D5

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

Shades of East Side #B778D5

Tints of East Side #B778D5

Color information

#B778D5 (or 0xB778D5) is unknown color: approx East Side. HEX triplet: B7, 78 and D5. RGB value is (183,120,213). Sum of RGB (Red+Green+Blue) = 183+120+213=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #B778D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B778D5 is #48872A. Grayscale: #959595. Windows color (decimal): -4753195 or 13990071. OLE color: 13990071.

HSL color Cylindrical-coordinate representation of color #B778D5: hue angle of 280.65º 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 #B778D5 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183120213-
CMYK0.140.4400.16
HSL280.65º52.54%65.29%-
HSV(B)280.65º43.66%83.53%-
XYZ38.2628.366.4-
YUV149.44163.87151.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.47%
GREEN value IS 120 (47.27% from 255) = 23.26%
BLUE value IS 213 (83.59% from 255) = 41.28%
R=35.47%
G=23.26%
B=41.28%

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
Decimal1831202130.140.4400.16280.6552.5465.29
HexB778D5E2C0101193541
Octal267170325165402043165101
Binary1011011111110001101010111101011000100001000110011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B778D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B778D5; }

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

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

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

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

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

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

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

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