#B778C1

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

Shades of East Side #B778C1

Tints of East Side #B778C1

Color information

#B778C1 (or 0xB778C1) is unknown color: approx East Side. HEX triplet: B7, 78 and C1. RGB value is (183,120,193). Sum of RGB (Red+Green+Blue) = 183+120+193=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #B778C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B778C1 is #48873E. Grayscale: #929292. Windows color (decimal): -4753215 or 12679351. OLE color: 12679351.

HSL color Cylindrical-coordinate representation of color #B778C1: hue angle of 291.78º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B778C1 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB183120193-
CMYK0.050.3800.24
HSL291.78º37.06%61.37%-
HSV(B)291.78º37.82%75.69%-
XYZ35.8727.3553.84-
YUV147.16153.87153.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.90%
GREEN value IS 120 (47.27% from 255) = 24.19%
BLUE value IS 193 (75.78% from 255) = 38.91%
R=36.90%
G=24.19%
B=38.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831201930.050.3800.24291.7837.0661.37
HexB778C1526018124253d
Octal2671703015460304444575
Binary10110111111100011000001101100110011000100100100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B778C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B778C1; }

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

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

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

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

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

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

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

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