#B777D5

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

Shades of East Side #B777D5

Tints of East Side #B777D5

Color information

#B777D5 (or 0xB777D5) is unknown color: approx East Side. HEX triplet: B7, 77 and D5. RGB value is (183,119,213). Sum of RGB (Red+Green+Blue) = 183+119+213=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #B777D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777D5 is #48882A. Grayscale: #949494. Windows color (decimal): -4753451 or 13989815. OLE color: 13989815.

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

Color convert

RGB183119213-
CMYK0.140.4400.16
HSL280.85º52.81%65.1%-
HSV(B)280.85º44.13%83.53%-
XYZ38.1428.0766.36-
YUV148.85164.2152.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.53%
GREEN value IS 119 (46.88% from 255) = 23.11%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=35.53%
G=23.11%
B=41.36%

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
Decimal1831192130.140.4400.16280.8552.8165.1
HexB777D5E2C0101193541
Octal267167325165402043165101
Binary1011011111101111101010111101011000100001000110011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B777D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B777D5; }

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

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

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

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

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

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

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

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