#B477D5

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

Shades of East Side #B477D5

Tints of East Side #B477D5

Color information

#B477D5 (or 0xB477D5) is unknown color: approx East Side. HEX triplet: B4, 77 and D5. RGB value is (180,119,213). Sum of RGB (Red+Green+Blue) = 180+119+213=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #B477D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477D5 is #4B882A. Grayscale: #939393. Windows color (decimal): -4950059 or 13989812. OLE color: 13989812.

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

Color convert

RGB180119213-
CMYK0.150.4400.16
HSL278.94º52.81%65.1%-
HSV(B)278.94º44.13%83.53%-
XYZ37.4327.766.32-
YUV147.96164.71150.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.16%
GREEN value IS 119 (46.88% from 255) = 23.24%
BLUE value IS 213 (83.59% from 255) = 41.60%
R=35.16%
G=23.24%
B=41.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801192130.150.4400.16278.9452.8165.1
HexB477D5F2C0101173541
Octal264167325175402042765101
Binary1011010011101111101010111111011000100001000101111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B477D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B477D5; }

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

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

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

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

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

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

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

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