#B77CD5

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

Shades of East Side #B77CD5

Tints of East Side #B77CD5

Color information

#B77CD5 (or 0xB77CD5) is unknown color: approx East Side. HEX triplet: B7, 7C and D5. RGB value is (183,124,213). Sum of RGB (Red+Green+Blue) = 183+124+213=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #B77CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77CD5 is #48832A. Grayscale: #979797. Windows color (decimal): -4752171 or 13991095. OLE color: 13991095.

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

Color convert

RGB183124213-
CMYK0.140.4200.16
HSL279.78º51.45%66.08%-
HSV(B)279.78º41.78%83.53%-
XYZ38.7529.2966.56-
YUV151.79162.55150.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.19%
GREEN value IS 124 (48.83% from 255) = 23.85%
BLUE value IS 213 (83.59% from 255) = 40.96%
R=35.19%
G=23.85%
B=40.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831242130.140.4200.16279.7851.4566.08
HexB77CD5E2A0101183342
Octal267174325165202043063102
Binary1011011111111001101010111101010100100001000110001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77CD5; }

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

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

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

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

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

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

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

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