#B479D7

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

Shades of East Side #B479D7

Tints of East Side #B479D7

Color information

#B479D7 (or 0xB479D7) is unknown color: approx East Side. HEX triplet: B4, 79 and D7. RGB value is (180,121,215). Sum of RGB (Red+Green+Blue) = 180+121+215=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 215 - color contains mainly: blue. Hex color #B479D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479D7 is #4B8628. Grayscale: #959595. Windows color (decimal): -4949545 or 14121396. OLE color: 14121396.

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

Color convert

RGB180121215-
CMYK0.160.4400.16
HSL277.66º54.02%65.88%-
HSV(B)277.66º43.72%84.31%-
XYZ37.9328.2867.75-
YUV149.36165.05149.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 121 (47.66% from 255) = 23.45%
BLUE value IS 215 (84.38% from 255) = 41.67%
R=34.88%
G=23.45%
B=41.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801212150.160.4400.16277.6654.0265.88
HexB479D7102C0101163642
Octal264171327205402042666102
Binary10110100111100111010111100001011000100001000101101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479D7; }

 p { color: rgb(180,121,215); }

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

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

 a { background-color: rgb(180,121,215); }

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

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

 span { border-color: rgb(180,121,215); }

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